I don't think you can do it with the tabs functionality directly, as
everything you receive will be dumpbed into the content div. If you're
able to use server-side scripting, I suggest you pass to tabs a url
with additional data like: myfile.php?simple=1

And your page will see that the 'simple=1' is set, and go through
every part of your page to not output the things you don't want
included in your tab content.

On Mar 17, 6:36 am, TimW66 <[email protected]> wrote:
> Hi all,
>
> I'm using tabs() to load remote files into tabs, but I've run into a
> problem.  Is there a way to load just part of a file into a tab?  For
> example, I have a file that can be displayed on its own, or in a tab
> as part of a larger page.  However, there is JavaScript and other HTML
> tags in the file that I don't want in the tab.  I want to only grab
> the div marked with a class of TabDiv.  Anyone have an idea of how to
> do this?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to