為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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 於 修改