Skip to content

Instantly share code, notes, and snippets.

@oguzhanaslan
Created March 5, 2015 14:50
Show Gist options
  • Save oguzhanaslan/41e4f623a45c3047ccbe to your computer and use it in GitHub Desktop.
Save oguzhanaslan/41e4f623a45c3047ccbe to your computer and use it in GitHub Desktop.
lazyload src change to data-original
$("img").each(function() {
$(this).attr("data-original",$(this).attr("src"));
$(this).removeAttr("src");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment