It's obvious this works for non-ajax tabs: http://jqueryui.com/demos/tabs/default.html#tabs-2
But how do you get this working for ajax tabs, as shown in this example: http://jqueryui.com/demos/tabs/ajax.html
I tried giving the <a name="">, that didn't quite work, just curious what's the best way to get this functionilty of using the # in the url to preload a tab with ajax tabs in jquery?
Thanks.