[jQuery] Re: Tabs not working... NEED HELP!!!

2010-01-29 Thread Erik
Thank you nathan!! You got yourself free skin care!!! Thank you. Erik On Jan 29, 3:03 pm, Nathan Klatt wrote: > On Fri, Jan 29, 2010 at 4:19 PM, Erik wrote: > >                var activeTab = $(this).find("a").attr("href"); //Find the > > rel > > Delete the find("a") bit and you're good. > >

[jQuery] Re: Tabs not working... NEED HELP!!!

2010-01-29 Thread Erik
Nathan, Thanks for your help. I'm really stumped!! Initially when it loads, it look s right, but when I click on the either tab, I loose the content. Erik On Jan 29, 2:26 pm, Nathan Klatt wrote: > On Fri, Jan 29, 2010 at 4:19 PM, Erik wrote: > >                var activeTab = $(this).find("

[jQuery] Re: Tabs not working... NEED HELP!!!

2010-01-29 Thread Erik
www.naturalskin.com/test.htm it's the right side panel... Erik On Jan 29, 2:26 pm, Nathan Klatt wrote: > On Fri, Jan 29, 2010 at 4:19 PM, Erik wrote: > >                var activeTab = $(this).find("a").attr("href"); //Find the > > rel > > attribute value to identify the active tab + conte

[jQuery] Re: tabs not working (initializing) in IE6

2009-12-10 Thread MorningZ
It's difficult to help when you provide nothing but "doesn't work"... the tabs definitely *do* work in IE6, but apparently you do not have it coded correctly On Dec 10, 1:46 pm, xelflex wrote: > Hello all! > > I'm working on a project that uses jquery tabs, which are cool and > all, but they don

[jQuery] Re: Tabs not working in IE, fine in FF

2008-11-12 Thread JD
Ok, I've done some more debugging. This is what I have: $(function () { var tabs = []; var tabContainers = []; var tabContents = $('div.tabs > div'); tabContents.hide().

[jQuery] Re: Tabs not working in IE, fine in FF

2008-11-12 Thread JD
I've done some looking at it looks like my var tabs = [ ]; doesn't return anything in IE, but it does in FF. I get an array on an alert in FF, but get a blank alert on IE. Any ideas? I've left the alert in for now. Thanks. On Nov 12, 12:50 pm, JD <[EMAIL PROTECTED]> wrote: > I have set up a t

[jQuery] Re: tabs not working

2007-09-11 Thread Eridius
Yet again another issues has come up and i will do my best to explain has i can't give link. I have a block of div that has information about a hotel and inside that div i have the tabs. I have a function that takes those divs clone the dom element to re order it in a different way. the code to

[jQuery] Re: tabs not working

2007-09-11 Thread Eridius
That fixed part of the problem. Another issue that came up is the tabs and showing when they should not in IE and not FF(sorry i can't provide a link for this but will do my best to explain). I have a div with a link the expands the div(basically setting the height back and forth from 66px to a

[jQuery] Re: tabs not working

2007-09-11 Thread Klaus Hartl
Eridius wrote: I am using the tabs from http://stilbuero.de/jquery/tabs/ and they dont work in IE 7 for me: http://dev.studentcity.com/test.php The bar is coming up above the tabs instead of below the tabs, anyone know why this would be happening? I mean i am not icluding anything extra

[jQuery] Re: Tabs not working

2007-08-15 Thread Klaus Hartl
Eridius wrote: ok but now have another problem. when i set remote to true, the page keeps outputting itself over and over and over this crash. anyone else having issue with remote? if you use the remote option you have to make sure that the tab links do not point to an fragment identifier

[jQuery] Re: Tabs not working

2007-08-15 Thread Eridius
ok but now have another problem. when i set remote to true, the page keeps outputting itself over and over and over this crash. anyone else having issue with remote? Klaus Hartl wrote: > > > Eridius wrote: >> >> I am trying to use the Tabs plugin but it is not really working. her eis >> m

[jQuery] Re: Tabs not working

2007-08-15 Thread Klaus Hartl
Eridius wrote: I am trying to use the Tabs plugin but it is not really working. her eis my demo: http://www.apex-wowguild.com/dev It work when you first click on the click but when you go back to a link, it just does not shouw anything. I am just using .tabs() and the html looks good to me.

[jQuery] Re: Tabs not working

2007-08-15 Thread Stephan Beal
On Aug 15, 1:12 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > I really can't see any reason why it shouldn't work... It seems that the problem has something to do with this: Before clicking a tab: TEST TEST After clicking a tab: TEST TEST Note that both tabs now have the tabs-hide style.

[jQuery] Re: Tabs not working

2007-08-15 Thread Klaus Hartl
Eridius wrote: I am trying to use the Tabs plugin but it is not really working. her eis my demo: http://www.apex-wowguild.com/dev It work when you first click on the click but when you go back to a link, it just does not shouw anything. I am just using .tabs() and the html looks good to me.