Skip to content

Commit

Permalink
Use scroll event.
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Mar 15, 2008
1 parent cf9419c commit d6e6016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enabled.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<script src="jquery.lazyload.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
$(function() {
$("img").lazyload({placeholder : "img/grey.gif", event : "click"});
$("img").lazyload({placeholder : "img/grey.gif"});
});
</script>
<style type="text/css">
Expand Down

0 comments on commit d6e6016

Please sign in to comment.