endurain
12/24/2019 - 7:09 AM

Jquery Iconhover

	$(".footFacebook img").mouseenter(function(){
					$(this).attr('src','/wp-content/uploads/2019/12/social_facebook_hvr.svg');
			});
			$(".footFacebook img").mouseleave(function(){
					$(this).attr('src','/wp-content/uploads/2019/12/social_facebook.svg');
			});