javascript - Accordion adjusting height of the panels in jquery -


I am trying to stop the autoresize accordion panel by using this script

  $ ("#FirstPageAdministrative Question"). Inconvenience ({autoHeight: false});  

which does not work - adjust the border of the content of its content with the largest content, am I wrong? thank you in advanced.

in jQuery 1.9.0 in $ ("#fullpageaccordion. Rights ({Height style: "Content"});
In jQuery 1.8.2 - you are correct -
$ ("#fullpageaccordion .questions") .accordion ({autoHeight: false});


Comments