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.
--~--~---------~--~----~------------~-------~--~----~
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