Do you want to reload, or load the contents of the tab based on a new URL?
Take note: regardless of the answer above, it's possible that browser caching of AJAX calls is another spanner-in-the-works, causing problems. See the "cache" option here: http://docs.jquery.com/Ajax/jQuery.ajax#toptions OK.... To programmatically reload a tab: .tabs( 'load' , index ) To programmatically select a Tab: .tabs( 'select' , index ) To programmatically change the contents of a tab, pulling from a new URL .tabs( 'url' , index , newUrl ).tabs( 'load' , index ) **--** Steve On Mar 28, 6:28 pm, Xnuiem <[email protected]> wrote: > To hopefully make my question more clear, or at least help me through > this, how do you load a page, using jquery from within the ajax > generated results. > > To explain: > > I have tabs, and as I wander through the tabs and their pages, I know > how to listen for events and such, but the real problem I have is how, > from within the document, do I change the page that is being pulled > from the server and displayed as the tab? > > On Mar 28, 2:19 pm, Xnuiem <[email protected]> wrote: > > > Using PHP, but I am trying to do this client side. > > > On Mar 28, 1:08 pm, "[email protected]"<[email protected]> > > wrote: > > > What are you using on the server side? > > > > On Mar 27, 1:35 pm, Xnuiem <[email protected]> wrote: > > > > > Ok, I imagine this has been answered, but I cant find it. > > > > > I have a tab, that loads a list of users. when you click on a > > > > username, it brings up a form, inside the tab. When you submit that > > > > form, it submits the form using ajax, no problem. > > > > > But there is where I am stuck. How do I make the content of the tab > > > > reload back to the original content, ie the user list? > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
