[jQuery] Re: jquery tabs cannot put inside the tab

2008-09-23 Thread Tan YL
Never mind I used another tutorial in the end. Thanks for your help! -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Hartl Sent: Tuesday, September 23, 2008 9:21 PM To: jQuery (English) Subject: [jQuery] Re: jquery tabs cannot put inside

[jQuery] Re: jquery tabs cannot put inside the tab

2008-09-23 Thread Tan YL
Do I replace both? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Hartl Sent: Tuesday, September 23, 2008 9:21 PM To: jQuery (English) Subject: [jQuery] Re: jquery tabs cannot put inside the tab I took a quick look at the tutorial, I gues

[jQuery] Re: jquery tabs cannot put inside the tab

2008-09-23 Thread Klaus Hartl
I took a quick look at the tutorial, I guess its the line $(’#tabs div’).hide(); // Hide all divs that hides your inner div (hide all, no?). You will have to adapt the selector to your needs, like adding a class to the divs you want to be hidden or just hide all the divs that are a direct child

[jQuery] Re: jquery tabs cannot put inside the tab

2008-09-23 Thread Klaus Hartl
Well, I can't tell anything from what I have here. Could you put what you have online somewhere? --Klaus On Sep 23, 2:27 pm, tyliong <[EMAIL PROTECTED]> wrote: > no it definitely has something to do with jquery. once i remove jquery > from my javascript library but keep my css files and have ju

[jQuery] Re: jquery tabs cannot put inside the tab

2008-09-23 Thread tyliong
no it definitely has something to do with jquery. once i remove jquery from my javascript library but keep my css files and have just the javascript that was on the tutorial i can see the hello( hello i put in the tab). If i remove all my css files i still cannot see the hello. On Sep 23, 7:23 p

[jQuery] Re: jquery tabs cannot put inside the tab

2008-09-23 Thread Klaus Hartl
This usually works fine and it should. You should probably check your CSS... --Klaus On Sep 23, 7:21 am, tyliong <[EMAIL PROTECTED]> wrote: > Hi, > > I have followed the tutorial > herehttp://apricotstudios.wordpress.com/2008/08/29/jquery-tabs-tutorial/ > everything is working except one thing