Response title
This is preview!
.attr() will work but I cannot figure it out.
This is the code I am using and it works fine on standard html.
$('.label').hover(function() {
$('.red-fill').toggleClass('active');
});
I need a version of the code above to work on a SVG.
Thanks
$('.label').hover(function() {
$('.red-fill').toggleClass('active');
});
$('.label').hover(function() {
$('.red-fill').toggleClass('active');
});
© 2013 jQuery Foundation
Sponsored by and others.