Tabs - pulling in specific content with ajax
Hi,
I want to use tabs to pull in content from static HTML pages.
The idea is that if the user has JS disabled then the tabs link
directly to the static HTML file. This is the default behavior and is
working great.
However, if the user has JS enabled I want to pull in just a certain
part of the page e.g. pull in just content under <div id="tabContent">
and not the rest of the page (nav, header etc).
I can do this with JQuery AJAX (http://docs.jquery.com/Ajax/load) but
is there a way of integrating this with tabs?
Any help will be much appreciated.
Thanks,
Phil