I figured out the issue, if you include the jquery libraries in your tabbed page it doesn't work but if you leave them out you still can use it. I guess the AJAX call just takes the html output from the page and inserts it into the page.
On May 21, 6:25 am, Scott González <[EMAIL PROTECTED]> wrote: > This works perfectly fine for me. Do you have a demo page showing the > problem? > > On May 20, 2:27 pm, Scott <[EMAIL PROTECTED]> wrote: > > > It appears that when you use the AJAX implementation of ui.tabs the $ > > (document).ready() function is never executed. Should I be doing > > something else to get some JS to run when the page loads?

