ultimix
jquery.accordion.autorun.js
Go to the documentation of this file.
1 jQuery(
2  function()
3  {
4  jQuery( '.accordion' ).accordion(
5  {
6  autoHeight : false ,
7  animated : 'slide'
8  }
9  );
10  }
11 );