Changeset 559497
- Timestamp:
- 06/17/2012 07:47:32 PM (14 years ago)
- Location:
- lazy-content-slider
- Files:
-
- 6 edited
- 1 copied
-
tags/2.3 (copied) (copied from lazy-content-slider/trunk)
-
tags/2.3/js/slider.js (modified) (1 diff)
-
tags/2.3/lzcs.php (modified) (1 diff)
-
tags/2.3/readme.txt (modified) (3 diffs)
-
trunk/js/slider.js (modified) (1 diff)
-
trunk/lzcs.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lazy-content-slider/tags/2.3/js/slider.js
r550977 r559497 1 1 $(document).ready(function($){ 2 2 $("#featured").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true); 3 $("#featured").hover( 4 function() { 5 $("#featured").tabs("rotate",0,false); 6 }, 7 function() { 8 $("#featured").tabs("rotate",5000,true); 9 } 10 ); 11 }); 3 12 4 }); -
lazy-content-slider/tags/2.3/lzcs.php
r551517 r559497 5 5 Description: This is a content slider that shows 5 slides from a "Featured Category" 6 6 Author: Lee Thompson 7 Version: 2. 27 Version: 2.3 8 8 Author URI: http://mysqlhow2.com 9 9 -
lazy-content-slider/tags/2.3/readme.txt
r551517 r559497 5 5 Requires at least: 2.9.2 6 6 Tested up to: 3.3.2 7 Stable tag: 2. 27 Stable tag: 2.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 74 74 Refactored to not show the div if no thumbnail-enabled posts are found - 75 75 tgarrison 76 = 2.3 = 77 Added hover pause 76 78 77 79 … … 95 97 Refactored to not show the div if no thumbnail-enabled posts are found - 96 98 tgarrison 97 99 = 2.3 = 100 Added hover pause -
lazy-content-slider/trunk/js/slider.js
r550977 r559497 1 1 $(document).ready(function($){ 2 2 $("#featured").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true); 3 $("#featured").hover( 4 function() { 5 $("#featured").tabs("rotate",0,false); 6 }, 7 function() { 8 $("#featured").tabs("rotate",5000,true); 9 } 10 ); 11 }); 3 12 4 }); -
lazy-content-slider/trunk/lzcs.php
r551517 r559497 5 5 Description: This is a content slider that shows 5 slides from a "Featured Category" 6 6 Author: Lee Thompson 7 Version: 2. 27 Version: 2.3 8 8 Author URI: http://mysqlhow2.com 9 9 -
lazy-content-slider/trunk/readme.txt
r551517 r559497 5 5 Requires at least: 2.9.2 6 6 Tested up to: 3.3.2 7 Stable tag: 2. 27 Stable tag: 2.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 74 74 Refactored to not show the div if no thumbnail-enabled posts are found - 75 75 tgarrison 76 = 2.3 = 77 Added hover pause 76 78 77 79 … … 95 97 Refactored to not show the div if no thumbnail-enabled posts are found - 96 98 tgarrison 97 99 = 2.3 = 100 Added hover pause
Note: See TracChangeset
for help on using the changeset viewer.