Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Jquery tabs not working firefox 4

  • 6 replies
  • 22 have this problem
  • 2 views
  • Last reply by adween

more options

Jquery tabs seems to not work in firefox 4. works in chrome ie safari and firefox 3.

Jquery tabs seems to not work in firefox 4. works in chrome ie safari and firefox 3.

All Replies (6)

more options
more options

how will that help?!

should i tell every client that they need to install this to get their site to work? and then tell them to tell every customer to install it if they'd like to use their site?

I can just use another browser to develop on and see it working. Just flagging a problem... it is quite a major problem if this is to do with the upgrade. I need it to work without installing any add-ons

more options

A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25

more options

Hi,

I had the same issue. If you are calling

$( "#tabs" ).tabs();

in Ready function, firefox does not show the tabs. Works inside the ready function in both IE and chrome.

Moved it outside ready function and it solved the issue for me. (in Jquery 1.5.1 and 1.6.1)

Modified by sreepraks

more options

Move it outside will break on FF3, IE ...etc...

more options

I think they have fixed it.... I just got a fresh install and it worked without needing to change anything?!

I have it in the $(document).ready(function(){ $('.tabs').tabs(); });

and works?! very strange. thanks for all the replies though. Much appreciated.

Modified by adween