JQuery Accordian Problem
- by Kubi
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 ?