Plugin Directory

Changeset 485299


Ignore:
Timestamp:
01/05/2012 09:11:52 PM (14 years ago)
Author:
ethanhackett
Message:
 
Location:
post-tiles/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • post-tiles/trunk/post-tiles-frontend.js

    r485208 r485299  
    22    $('#category-key').fadeTo('slow', 1.0);
    33    $('ul#post-tiles li').each(function(index) {
    4         $(this).delay(200).fadeTo('slow', 1.0);
     4        $(this).delay(200*index).fadeTo('slow', 1.0);
    55    });
    66   
  • post-tiles/trunk/readme.txt

    r485208 r485299  
    6262== Frequently Asked Questions ==
    6363
    64 = Why Are There No FAQ? =
     64= Why do I see an big blank space? =
    6565
    66 Because no one has asked any.
     66If in the settings jQuery is turned on then by default everything loads invisible and is revealed with a fade. You should check your version of jQuery to make sure you're running at least 1.4 +. To test whether jQuery is the issue in the settings you can disable the jQuery and the plugin should appear.
    6767 
    6868== Arbitrary section ==
Note: See TracChangeset for help on using the changeset viewer.