Skip to content

Instantly share code, notes, and snippets.

@jasonlong
Created February 8, 2011 18:27
Show Gist options
  • Save jasonlong/816919 to your computer and use it in GitHub Desktop.
Save jasonlong/816919 to your computer and use it in GitHub Desktop.
function loadDeferredImages() {
$$('img[data-defer-src]').each(function(i) {
i.set('src', i.get('data-defer-src'));
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment