I'd like to use jquery ui tabs plugin, but not have it changing the url hash when I click a tab.
I'm using a separate plugin for managing history, and it's screwing with it.
In other words, when I click a tab the content should change, but not the url hash
Any ideas?
The Docs are here, but it doesn't mention anything about this.
Edit : Thats weird, I'm not sure what was causing it to change the window hash. It's not occurring anymore though.