Plugin Directory

Changeset 389039


Ignore:
Timestamp:
05/25/2011 05:15:57 PM (15 years ago)
Author:
ayn
Message:

Merge branch 'master' into trunk

Location:
jquery-image-lazy-loading/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • jquery-image-lazy-loading/trunk/jq_img_lazy_load.php

    r389023 r389039  
    55  Plugin URI: http://github.com/ayn/wp-jquery-lazy-load/
    66  Description: a quick and dirty wordpress plugin to enable image lazy loading.
    7   Version: v0.12
     7  Version: v0.13
    88  Author: Andrew Ng
    99  Author URI: http://blog.andrewng.com
     
    2525jQuery(document).ready(function($){
    2626  if (navigator.platform == "iPad") return;
    27   jQuery(".post img").not(".cycle img").lazyload({
     27  jQuery("img").not(".cycle img").lazyload({
    2828    effect:"fadeIn",
    2929    placeholder: "$placeholdergif"
  • jquery-image-lazy-loading/trunk/readme.txt

    r389023 r389039  
    44Requires at least: 2.8
    55Tested up to: 2.9.2
    6 Stable tag: 0.12
     6Stable tag: 0.13
    77
    88add jquery lazy loading to images
Note: See TracChangeset for help on using the changeset viewer.