argh, seems I can't edit anymore. Here's the related code and url:
Quote:
<script type="text/javascript">
jQuery(document).ready(function($){
if (navigator.platform == "iPad") return;
jQuery("#main-area img").lazyload({
effect:"fadeIn",
placeholder: "http://dpshots.com/wp-content/plugins/jquery-image-lazy-loading/images/grey.gif"
});
});
</script><script type="text/javascript">
|
info url to the jQuery plugin
http://plugins.jquery.com/project/lazyload
Next time, right click, source code, and then google search, maybe?