Change images on hover
-
There is a way to change to images on hover beside using JS?
Like:_N2.r('#n2-ss-8', function(){ // slice 1 jQuery('.class-name').mouseenter(function(){ jQuery('.class-name img').attr({ "src":"path-to-pic.jpg" }); }); jQuery('.class-name').mouseleave(function(){ jQuery('.class-name img').attr({ "src":"path-to-pic.jpg" }); }); });
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Change images on hover’ is closed to new replies.