Now I got the images to show up, but the Permanent Makeup box won’t go back to it’s original “hover off state”. Can you please double check the JS that the X Team provided me from a different project that I’m using on this project? Help!..
jQuery(“a.x-img.lash img”).hover(function( ){
jQuery(this).attr(“src”,"/wp-content/uploads/2020/06/featureLashOn2.jpg");
},function(){
jQuery(this).attr(“src”,"/wp-content/uploads/2020/06/featureLashOff2.jpg");
});
jQuery(“a.x-img.skincare img”).hover(function( ){
jQuery(this).attr(“src”,"/wp-content/uploads/2020/06/featureSkinCareOn2.jpg");
},function(){
jQuery(this).attr(“src”,"/wp-content/uploads/2020/06/featureSkinCareOff2.jpg");
});
jQuery(“a.x-img.makeup img”).hover(function( ){
jQuery(this).attr(“src”,"/wp-content/uploads/2020/06/featureMakeupOn2.jpg");
},function(){
jQuery(this).attr(“src”,"/wp-content/uploads/2020/06/featureMakeupOn2.jpg");
});
jQuery(“a.x-img.tanning img”).hover(function( ){
jQuery(this).attr(“src”,"/wp-content/uploads/2020/06/featureTanningOn2.jpg");
},function(){
jQuery(this).attr(“src”,"/wp-content/uploads/2020/06/featureTanningOff2.jpg");
});