2010-03-10 4 views

Répondre

4

Essayez de chaîne comme ceci:

jQuery('div[id*="abc"]').not(':first').hide(); 
+0

Merci, mais vous avez un ")" plus, donc c'est: jQuery ('div [id * = "abc"]'). not (': first'). hide(); – user270158

+0

Merci d'avoir remarqué, corrigé. –

Questions connexes