[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 n8kl...@gmail.com wrote: On Fri, Jan 29, 2010 at 4:19 PM, Erik eriks...@mac.com wrote:                var activeTab = $(this).find(a).attr(href); //Find the rel attribute value to identify

[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 n8kl...@gmail.com wrote: On Fri, Jan 29, 2010 at 4:19 PM, Erik eriks...@mac.com wrote:                

[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 n8kl...@gmail.com wrote: On Fri, Jan 29, 2010 at 4:19 PM, Erik eriks...@mac.com wrote:                var activeTab = $(this).find(a).attr(href); //Find the rel Delete the find(a) bit

[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 a.u44...@gmail.com wrote: Hello all! I'm working on a project that uses jquery tabs, which are cool and all,

[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

[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');

[jQuery] Re: Tabs stopped working in IE

2008-01-26 Thread Klaus Hartl
On Jan 25, 8:12 pm, carvingcode [EMAIL PROTECTED] wrote: Thanks, Klaus!  I know exactly when I added that.  Surprised Aptana didn't notice it... On another note, any suggestions on where I could best start to get the tabs located better within IE?  I'm currently using the unmodified

[jQuery] Re: Tabs stopped working in IE

2008-01-26 Thread carvingcode
It seems you're using a pretty outdated style sheet. You need to download the latest one, that'll fix a bunch of browser issues... I thought I had current a version. Where do I find the most recent?

[jQuery] Re: Tabs stopped working in IE

2008-01-25 Thread Christoph Haas
On Fri, Jan 25, 2008 at 05:39:29AM -0800, Klaus Hartl wrote: On Jan 25, 1:22 pm, carvingcode [EMAIL PROTECTED] wrote: My tabs (using UI.TABS) stopped working in IE6 yesterday.  There was some formatting problems, but the tabs worked until yesterday. I'm using the stock flora CSS package

[jQuery] Re: Tabs stopped working in IE

2008-01-25 Thread Klaus Hartl
On Jan 25, 1:22 pm, carvingcode [EMAIL PROTECTED] wrote: My tabs (using UI.TABS) stopped working in IE6 yesterday.  There was some formatting problems, but the tabs worked until yesterday. I'm using the stock flora CSS package with additional CSS loaded from main.css.  I've trued to find the

[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-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

[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

[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

[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: div id=one class=tabs-container tabs-hideTEST/div div id=two class=tabs-containerTEST/div After

[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

[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 my demo: