I would like to try and use jQuery UI along side of master pages in ASP.Net 4.0; I like the widgets better than the .Net controls. But I have a question around the accordion control.
Is it possible to put an accordion control in the master page and use it like a menu and still allow it to retain it's selected panel? In other words, each time a page is loaded, the ready() event triggers in the master page and resets the accordion. If I have panel 3 open, and select an item in the panel, I would like panel 3 to remain open when the new content is loaded.
I was thinking I only want to to the jQuery ready function on the initial load of the master page but I can't seem to make that happen.
I hope this makes sense.
Thank you