tags:

views:

113

answers:

0

I am working on a project now where I have links in a sidebar and links in the tabbed sections. Some of the links need to open up ajax content in other tabs then the one that is currently selected. Is there a way to tell a particular tab to load some ajax content?

Thanks

I can load ajax content using jquery into arbitrary divs. However, I am using jquery ui to give me a tabbed interface. I dont actually create the divs where the content goes. jquery ui does this for me. Therefore I need jquery ui to load it for me. I just cant figure out how.