I'd like to have my last selected jquery ui (non-AJAX) tab stay open when I refresh the page with the browser, and the back button should go back to the last opened tab. As this is currently not supported (yet) in the jquery ui tabs, I installed the address plug-in as mentioned in this stackoverflow question.
Now when I apply the .address()
function to my tab divs, it leads to strange addresses like .../page#/#tab2. Is there a way to configure it to use the normal addresses like .../page#tab2 etc.?