Plugin Directory

Changeset 559497


Ignore:
Timestamp:
06/17/2012 07:47:32 PM (14 years ago)
Author:
leethompson
Message:

tagging version 2.3

Location:
lazy-content-slider
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • lazy-content-slider/tags/2.3/js/slider.js

    r550977 r559497  
    11$(document).ready(function($){
    22$("#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});
    312
    4         });   
  • lazy-content-slider/tags/2.3/lzcs.php

    r551517 r559497  
    55Description: This is a content slider that shows 5 slides from a "Featured Category"                                                                                               
    66Author: Lee Thompson                                                                                                                                                               
    7 Version: 2.2
     7Version: 2.3
    88Author URI: http://mysqlhow2.com                                                                                                                                                   
    99                                                                                                                                                                                   
  • lazy-content-slider/tags/2.3/readme.txt

    r551517 r559497  
    55Requires at least: 2.9.2
    66Tested up to: 3.3.2
    7 Stable tag: 2.2
     7Stable tag: 2.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7474Refactored to not show the div if no thumbnail-enabled posts are found -
    7575tgarrison
     76= 2.3 =
     77Added hover pause
    7678
    7779
     
    9597Refactored to not show the div if no thumbnail-enabled posts are found -
    9698tgarrison
    97 
     99= 2.3 =
     100Added hover pause
  • lazy-content-slider/trunk/js/slider.js

    r550977 r559497  
    11$(document).ready(function($){
    22$("#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});
    312
    4         });   
  • lazy-content-slider/trunk/lzcs.php

    r551517 r559497  
    55Description: This is a content slider that shows 5 slides from a "Featured Category"                                                                                               
    66Author: Lee Thompson                                                                                                                                                               
    7 Version: 2.2
     7Version: 2.3
    88Author URI: http://mysqlhow2.com                                                                                                                                                   
    99                                                                                                                                                                                   
  • lazy-content-slider/trunk/readme.txt

    r551517 r559497  
    55Requires at least: 2.9.2
    66Tested up to: 3.3.2
    7 Stable tag: 2.2
     7Stable tag: 2.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7474Refactored to not show the div if no thumbnail-enabled posts are found -
    7575tgarrison
     76= 2.3 =
     77Added hover pause
    7678
    7779
     
    9597Refactored to not show the div if no thumbnail-enabled posts are found -
    9698tgarrison
    97 
     99= 2.3 =
     100Added hover pause
Note: See TracChangeset for help on using the changeset viewer.