I want to develop an entirely ajax backend for a website I'm developing, and I'm looking at using jQuery UI. The tabs widget looks like it could be useful for my menu, however, I want to know if there's a way to load a specific tab dynamically. So basically, if someone entered the URL mysite.com/tab1 it would open the first tab, and tab2 would open the second etc.
Can anyone point me in the right direction?
Thanks