Changeset 485299
- Timestamp:
- 01/05/2012 09:11:52 PM (14 years ago)
- Location:
- post-tiles/trunk
- Files:
-
- 2 edited
-
post-tiles-frontend.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
post-tiles/trunk/post-tiles-frontend.js
r485208 r485299 2 2 $('#category-key').fadeTo('slow', 1.0); 3 3 $('ul#post-tiles li').each(function(index) { 4 $(this).delay(200 ).fadeTo('slow', 1.0);4 $(this).delay(200*index).fadeTo('slow', 1.0); 5 5 }); 6 6 -
post-tiles/trunk/readme.txt
r485208 r485299 62 62 == Frequently Asked Questions == 63 63 64 = Why Are There No FAQ? =64 = Why do I see an big blank space? = 65 65 66 Because no one has asked any.66 If 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. 67 67 68 68 == Arbitrary section ==
Note: See TracChangeset
for help on using the changeset viewer.