Accordion question need help !
Hi,
I am very new to Jquery UI and I need a little help
My accordion (#accordion with 6 elements) are filled with content of
variable heigth ( length ?) and I would like each accordion to open
(when clicked or on mouse over both work fine) with heigth ajusted to
length of content and not ajusted to the lengthiest content .
I have seen options do do that like :$('#accordion').accordion
('option', 'autoHeight', false);
is it the correct option to use if yes where should I include this
line of code if no which option should I use ?
Thanks for help