Jquery accordion after postback
Hi,
Pls advice,
I have asp site with jQuery accordion. In the accordion are the ascx controls.
If I click something in the asxc controls site postbacks and accordion closes itself.
I used:
$(".accordion").accordion({ header: "dt", autoheight: false, navigation:true});
And also action:2 but these solutions actually dont work.
Pls any idease how to keep accordion open after postback on that one I was using?
Many thx