jQuery Tabs Ajax load just part of page
My apologies if this has been asked and answered before (i searched
google groups but didn't find anything).
I'm trying to use the Tabs plugin to load just a portion of a linked
page--since the Tabs plugin uses the load() function this seems
doable. The load() plugin lets you specify a selector after the URL to
just inject the selected element into the DOM. For example: $
('#sidebar').load('page.html #main');
But I can't figure out how to do the same with Tabs. Anyone done this?
thanks
--dave