/[drupal]/contributions/modules/slider/js/slider.js
ViewVC logotype

Diff of /contributions/modules/slider/js/slider.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.1.2.2, Mon May 18 10:02:29 2009 UTC revision 1.1.2.1.2.3, Mon May 18 10:23:59 2009 UTC
# Line 1  Line 1 
1  // $Id: slider.js,v 1.1.2.1.2.1 2009/02/25 11:56:32 marktheunissen Exp $  // $Id: slider.js,v 1.1.2.1.2.2 2009/05/18 10:02:29 marktheunissen Exp $
2    
3  Drupal.behaviors.initSlider = function(context) {  Drupal.behaviors.initSlider = function(context) {
4    var panels = $('#slider .scrollContainer > div');    var panels = $('#slider .scrollContainer > div');
5    var container = $('#slider .scrollContainer');    var container = $('#slider .scrollContainer');
6    
7    // show the slider    // show the slider
8    $('div#slider').css('display', 'block');    $('div.scrollContainer').css('display', 'block');
9    
10    // if false, we'll float all the panels left and fix the width    // if false, we'll float all the panels left and fix the width
11    // of the container    // of the container

Legend:
Removed from v.1.1.2.1.2.2  
changed lines
  Added in v.1.1.2.1.2.3

  ViewVC Help
Powered by ViewVC 1.1.2