Jquery : Selecteurs
Résolu/Fermé
blasterofmetal
Messages postés
415
Date d'inscription
jeudi 1 mai 2008
Statut
Membre
Dernière intervention
29 août 2013
-
15 nov. 2012 à 10:56
blasterofmetal Messages postés 415 Date d'inscription jeudi 1 mai 2008 Statut Membre Dernière intervention 29 août 2013 - 15 nov. 2012 à 12:40
blasterofmetal Messages postés 415 Date d'inscription jeudi 1 mai 2008 Statut Membre Dernière intervention 29 août 2013 - 15 nov. 2012 à 12:40
2 réponses
Change ton linknav en classe dans un premier temps. 2 éléments ayant le même id est pas propre.
$('.linknav').hover(
function(){
$(this).find('.li_nav').attr('src', "res/backgrounds/bg_btnav2.jpg");
},
function(){
$(this).find('.li_nav').attr('src', "res/backgrounds/bg_btnav1.jpg");
}
);
$('.linknav').hover(
function(){
$(this).find('.li_nav').attr('src', "res/backgrounds/bg_btnav2.jpg");
},
function(){
$(this).find('.li_nav').attr('src', "res/backgrounds/bg_btnav1.jpg");
}
);
blasterofmetal
Messages postés
415
Date d'inscription
jeudi 1 mai 2008
Statut
Membre
Dernière intervention
29 août 2013
65
15 nov. 2012 à 12:40
15 nov. 2012 à 12:40
Super !
Merci beaucoup pour ta réponse.
Merci beaucoup pour ta réponse.