4
I have a problem that is the following: I want that when the user hovers the mouse on a given image another location wins a class so that I can style it, they could help me?
I’m trying this way:
var $JQuery2 = jQuery.noConflict()
$JQuery2(function() {
$JQuery2(".bt_pagamento-facilitado").hover(function(){
$JQuery2(".bt_criacoes-exclusivas").addClass("redesAl");
});
});
You could edit and put some information about the error that is occurring?
– bio
Just nothing happens, I believe that this right the logic, but it does not work.
– Fernando
@Fernando, class is not added?
– N. Dias
Are you sure you can’t do it with CSS? Post html/css that helps
– hugocsl