Sounds like you're calling tabs() a second time which will then autoload. This seems to be the actual problem, not that you can't override autoload.
Could you post a demo or some code? --Klaus Sean Dundon schrieb: > Hey all, > > This post is in continuation of > http://groups.google.com/group/jquery-ui/browse_frm/thread/7f1691a12dadfc8b?tvc=1 > which I could not post to for some reason. > > I would like to second Jaime Ochoa Malag�n in his request for an > overriding option of the autoload feature. > > I am greatly enjoying this product, but I am using these tabs for > account settings forms. After a form is submitted, I will forward > user to some other page, or else, in case of validation errors, I > would like to show them the form again. I load up the form with > validation into the pane, set the pane as active, and serve it up. > > Upon submitting an invalid form, I see a flash of exactly what I want: > An invalid, partially-filled form, with informative error messages. > However, this is immediately replaced by a new clean form. > > Is there any way whatsoever to skip the autoloading of the active tab > when calling $('div.tab-container > ul.tab-nav').tabs(); ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
