Created
January 9, 2017 18:07
-
-
Save celticwebdesign/7ad6b9e9403dd90d6e350020c92bd2db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $("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