Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Jquery tabs not working firefox 4

  • 6 risposte
  • 22 hanno questo problema
  • 2 visualizzazioni
  • Ultima risposta di 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.

Tutte le risposte (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)

Modificato da sreepraks il

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.

Modificato da adween il