Hi,
Here's how I create my tabs :
$("ul.tabs").tabs("div.panes > div", {
onClick: function(event, tabIndex) {
}
});
I'm trying to do two things :
1. the onClick event is fired right away. I don't want this to happen.
2. how can I force the second tab to be the selected one at startup ?
can you help ?
thanks
Here's how I create my tabs :
$("ul.tabs").tabs("div.panes > div", {
onClick: function(event, tabIndex) {
}
});
I'm trying to do two things :
1. the onClick event is fired right away. I don't want this to happen.
2. how can I force the second tab to be the selected one at startup ?
can you help ?
thanks
