Keep the current Jquery accordion pane open after asp.net postback?
Posted
by Xaisoft
on Stack Overflow
See other posts from Stack Overflow
or by Xaisoft
Published on 2010-01-27T17:24:58Z
Indexed on
2010/05/19
9:20 UTC
Read the original article
Hit count: 1476
I have a jquery accordion on an asp.net aspx weppage. Inside the panes, I have asp.net buttons. When I click on the button, the pane I was in, closes and reloads the page, defaulting to the first pane. I don't mind the reload, but is there a way to keep the current pane open after the reload. Right now, I am just calling accordion() on a div with the id of accordion.
© Stack Overflow or respective owner