搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Jquery tabs not working firefox 4

  • 6 个回答
  • 22 人有此问题
  • 2 次查看
  • 最后回复者为 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.

所有回复 (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)

由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.

由adween于修改