[jQuery] Re: Tabs and Hide/Show Divs

2008-01-22 Thread Klaus Hartl
On Jan 22, 2:37 am, MikeP [EMAIL PROTECTED] wrote: I see the click method with the tab. It takes 3 arguments: clicked tab, tab container to show, tab container to hide I do want to hide and show a tab's contents. This it's doing automatically. However, I also have ANOTHER panel/div that I

[jQuery] Re: Tabs and Hide/Show Divs

2008-01-21 Thread Klaus Hartl
On Jan 21, 1:22 am, MikeP [EMAIL PROTECTED] wrote: Hello. I'm using tabs to display lists of data.http://stilbuero.de/jquery/tabs_3/http://dev.jquery.com/view/trunk/ui/current/ui.tabs.js  When you click on an item in the list, I display a div. $('#problempanel').show(); If you click on

[jQuery] Re: Tabs and Hide/Show Divs

2008-01-21 Thread MikeP
I see the click method with the tab. It takes 3 arguments: clicked tab, tab container to show, tab container to hide I do want to hide and show a tab's contents. This it's doing automatically. However, I also have ANOTHER panel/div that I would like to hide. How would I do this? Thanks! Mike