JQuery Accordian Problem
Posted
by Kubi
on Stack Overflow
See other posts from Stack Overflow
or by Kubi
Published on 2010-04-27T21:45:49Z
Indexed on
2010/04/27
23:13 UTC
Read the original article
Hit count: 322
jQuery('#alternatives').accordion({
header: 'div.AirlineHeader',
active: false,
alwaysOpen: false,
animated: 'bounceslide',
autoheight: false
})
My accordian is having many panes. The problem is when I click it first, it works OK but second time it doesn't have constant height, Instead it is having a greater height value.
Should I add another option or anything for that ?
© Stack Overflow or respective owner