Tabs not working when default changed

Tabs not working when default changed


I have code like this:
<div id="tabs_wrap">
<ul>
<li> blah1.html Page 1 </li>
<li> blah2.html Page 2 </li>
</ul>
</div>
<div id="Selected_Page">
Loading....
</div>
----
$('#tabs_wrap').tabs({
selected : 1,
ajaxOptions : {
complete: function(event, XMLHttpRequest, ajaxOptions) {
// .......
}
}
});
If I click tab 0, it is keeping both tabs as active and then not letting me
select anything. If I don't use the selected parameter, everything works
fine.
--
View this message in context: http://www.nabble.com/Tabs-not-working-when-default-changed-tp24937634s27240p24937634.html
Sent from the jQuery UI Discussion mailing list archive at Nabble.com.