Tabs

Tabs

I'm searching how to open a specified tab on a refresh...

Ex : I want my second tab to pen after a form submission.


I've tested this :
$(".selector").tabs("select", '#foo');
(it's from tabs documentation) but it doesn't seem to work when I specify my selector an the name of my tab...

Anyone can give me a clue ?

Thx