If you're switching tabs, make sure that IE knows what tab ought to be open. IE has a tendency to drop the tabs altogether mid-switch. I'm not sure about code returning from an AJAX call, but you may need to introduce a slight delay to make sure the tabs have an opportunity to open to the right place.
Hope this helps, Roger On Aug 28, 10:50 pm, Jim <[EMAIL PROTECTED]> wrote: > I'm having a problem with IE not rendering the HTML returned from an > AJAX style call when using the tabs ui plugin. > > FF and the like seem to not modify the HTML coming over that is being > injected into the container I'm using. But IE somehow loses some > ending tags in the code and all the items end up nested together in > some super element. > > Quite bizarre and not I have to whip together a custom tabs script, > but thought that I'd mention that the UI.tabs is failing in all > versions of UI when using it in the AJAX method. > > What my links are returning is this structure. > > <div id="sitelist"> > <div class="site"> > <h3></h3> > <div class="newslist"> > <ol> > <li></li> > </ol> > </div> > </div> > repeat this 'site' element and then close. > </div> > > What happens in IE is that all the ending tags get ripped out. So > then it starts repeating, and repeating badly w/o the end tags, inside > the initial LI item. > > Thanks, > > Jim --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
