In one of the pages of my application, I have 3 jQuery UI tabs (say a,b, and c) and a button (say Go) that branches out to the same page. When I click on Go, the control goes back to the first/default tab (i.e. a) after the page refreshes. Can someone tell me how I can maintain the tab that was last selected before branching out?
I'm using the following code to implement the tabs.