There should only be one div on the page. I apologize that I left the href
formatting in my post. The links each have title of "Selected_Page" so there
is no need for a second DIV as far as I can tell. But I am going to try
adding several DIVs and see what happens. Also, is there a way to select the
tab for selection, without firing the call?



Cloudream wrote:
> 
> 
> Have you tried put the second div inside first one?
> 
> See "Theming" on http://jqueryui.com/demos/tabs/
> 
> On Aug 13, 12:22 am, Shawazi <[email protected]> wrote:
>> 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-tp2493763...
>> Sent from the jQuery UI Discussion mailing list archive at Nabble.com.
> > 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Tabs-not-working-when-default-changed-tp24937634s27240p24979878.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
-~----------~----~----~----~------~----~------~--~---

Reply via email to