Changeset 782205
- Timestamp:
- 10/03/2013 10:14:49 PM (13 years ago)
- Location:
- jam/trunk
- Files:
-
- 2 added
- 3 edited
-
jam.php (modified) (3 diffs)
-
jquery-scripts/jquery-countdown (added)
-
jquery-scripts/jquery-countdown/jquery.countdown.js (added)
-
library.xml (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jam/trunk/jam.php
r781546 r782205 6 6 Description: Easy managing and loading of jQuery plugins, libraries and the WP enqueued scripts for jQuery. Complete with a full library of ready-to-use scripts. 7 7 Author: Avant 5 Multimedia 8 Version: 1.3 8 Version: 1.31 9 9 Author URI: http://www.avant5.com 10 10 … … 39 39 $jamwp_wp['effects'] = array("jQuery UI Effects","jQuery UI Effects - Blind","jQuery UI Effects - Bounce","jQuery UI Effects - Clip","jQuery UI Effects - Drop","jQuery UI Effects - Explode","jQuery UI Effects - Fade","jQuery UI Effects - Fold","jQuery UI Effects - Highlight","jQuery UI Effects - Pulsate","jQuery UI Effects - Scale","jQuery UI Effects - Shake","jQuery UI Effects - Slide","jQuery UI Effects - Transfer"); 40 40 41 $jamwp_collection = array("Arctext","aSlyder","Avgrund Modal","Countdown","FitText","Gridster","iCheck","jQuery Knob","Lettering","Tubular","Typeahead");41 $jamwp_collection = array("Arctext","aSlyder","Avgrund Modal","Countdown","FitText","Gridster","iCheck","jQuery Countdown","jQuery Knob","Lettering","Tubular","Typeahead"); 42 42 43 43 function jamwp_scripts() { … … 109 109 if ( $plugins['jQuery Knob'] ) 110 110 print "<script type=\"text/javascript\" src=\"{$jamwp_plugin_url}jquery-scripts/jquery-knob/jquery.knob.js\"></script>\n"; 111 if ( $plugins['jQuery Countdown'] ) 112 print "<script type=\"text/javascript\" src=\"{$jamwp_plugin_url}jquery-scripts/jquery-countdown/jquery.countdown.js\"></script>\n"; 111 113 if ( $plugins['Lettering'] ) 112 114 print "<script type=\"text/javascript\" src=\"{$jamwp_plugin_url}jquery-scripts/lettering/jquery.lettering.js\"></script>\n"; -
jam/trunk/library.xml
r780093 r782205 44 44 </item> 45 45 <item> 46 <name>jQuery Countdown</name> 47 <description>A jQuery plugin that sets a div or span to show a countdown to a given time.</description> 48 <url>http://keith-wood.name/countdown.html</url> 49 <license>MIT</license> 50 </item> 51 <item> 46 52 <name>jQuery Knob</name> 47 53 <description>Creates interactive dials</description> 48 54 <url>http://anthonyterrien.com/knob/</url> 49 55 <license>MIT,GPL</license> 50 </item> 56 </item> 51 57 <item> 52 58 <name>Lettering</name> -
jam/trunk/readme.txt
r781546 r782205 6 6 Requires at least: 3.0.1 7 7 Tested up to: 3.4 8 Stable tag: 1.3 8 Stable tag: 1.31 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 42 42 43 43 == Changelog == 44 1.31 45 * Added: jQuery.Countdown [by request] 46 44 47 1.3 45 48 * Fixed: Admin panel javascript set to load only on JAM options pages.
Note: See TracChangeset
for help on using the changeset viewer.