Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save celticwebdesign/7ad6b9e9403dd90d6e350020c92bd2db to your computer and use it in GitHub Desktop.

Select an option

Save celticwebdesign/7ad6b9e9403dd90d6e350020c92bd2db to your computer and use it in GitHub Desktop.
$("img.lazy").lazyload({
effect : "fadeIn",
threshold : 200,
event : "sporty"
});
$('#order_az').click(function() {
$("img.lazy").trigger('sporty');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment