Parent Directory
|
Revision Log
|
Revision Graph
New features: * SsC now uses jQuery Cycle plugin to manage the slideshow. Bugs fixed: * Several small bug fixes
| 1 | /** |
| 2 | * $Id: $ |
| 3 | * @author: Bruno Massa http://drupal.org/user/67164 |
| 4 | * @file slideshow_creator.js |
| 5 | * The main Javacript for this module |
| 6 | */ |
| 7 | |
| 8 | /** |
| 9 | * Initialize the module's JS functions |
| 10 | */ |
| 11 | Drupal.behaviors.ssc = function(context) { |
| 12 | for (ss in Drupal.settings.ssc) { |
| 13 | $("#ssc-pic-" + ss).cycle(Drupal.settings.ssc[ss]); |
| 14 | } |
| 15 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |