Skip to content

Commit

Permalink
Merge branch 'master' into HEAD
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.wp-plugins.org/jquery-image-lazy-loading/trunk@132479 b8457f37-d9ea-0310-8a92-e5e31aec5664
  • Loading branch information
ayn committed Jul 6, 2009
2 parents 5dd0550 + 6622f43 commit fe8f605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jq_img_lazy_load.php
Expand Up @@ -22,8 +22,8 @@ function jquery_lazy_load_ready() {
$placeholdergif = plugins_url('images/grey.gif', __FILE__);
echo <<<EOF
<script type="text/javascript">
$(document).ready(function($){
$("img").lazyload({
jQuery(document).ready(function($){
jQuery("img").lazyload({
effect:"fadeIn",
placeholder: "$placeholdergif"
});
Expand Down

0 comments on commit fe8f605

Please sign in to comment.