Changeset 180508
- Timestamp:
- 12/07/2009 02:16:46 PM (16 years ago)
- File:
-
- 1 edited
-
wordcycle/trunk/wordcycle.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wordcycle/trunk/wordcycle.php
r180497 r180508 100 100 global $wpfoot; 101 101 $wpfoot .= "<script type='text/javascript'> 102 var $j =jQuery.noConflict();103 $j(function(){104 $ j('#slideshow-".$rand."').cycle({102 jQuery.noConflict(); 103 (function($){ 104 $('#slideshow-".$rand."').cycle({ 105 105 speed: '".$speed."', 106 106 fx: '".$fx."', … … 110 110 prev: '".$prev."' 111 111 }); 112 }) ;112 })(jQuery); 113 113 </script> 114 114 <style type='text/css'>
Note: See TracChangeset
for help on using the changeset viewer.