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.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---