Bug Tracker

Show
Ignore:
Timestamp:
03/17/08 09:23:12 (9 months ago)
Author:
joern.zaefferer
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/accordion/demo/index.html

    r4878 r5048  
    1919        jQuery('#list1a').accordion(); 
    2020        jQuery('#list1b').accordion({ 
    21             autoheight: false 
     21            autoHeight: false 
    2222        }); 
    2323         
     
    3939            animated: "bounceslide", 
    4040            header: "dt" 
    41         }).bind("change.ui-accordion", function(event, ui) { 
     41        }).bind("changeaccordion", function(event, ui) { 
    4242            jQuery('<div>' + ui.oldHeader.text() + ' hidden, ' + ui.newHeader.text() + ' shown</div>').appendTo('#log'); 
    4343        }); 
     
    4949            alwaysOpen: false, 
    5050            animated: false, 
    51             autoheight: false 
     51            autoHeight: false 
    5252        }); 
    5353         
     
    106106        <pre><code class="mix">jQuery('#list1a').accordion(); 
    107107jQuery('#list1b').accordion({ 
    108     autoheight: false 
     108    autoHeight: false 
    109109});</code></pre> 
    110110 
     
    277277    alwaysOpen: false, 
    278278    animated: false, 
    279     autoheight: false 
     279    autoHeight: false 
    280280});</code></pre> 
    281281