JQuery JavaScript Tutorial

< html>

  jQuery UI Accordion - No Auto Height
  
  
  
  
  
  
  $(function() {
    $("#accordion").accordion({
      autoHeight: false
    });
  });
  




  

Section 1


  

    

A


  

  

Section 2


  

    

B


  

  

Section 3


  

    

C