// MAIN PRODUCT LISTING IMAGE CHANGE /*imgChange = function (){ if ( device.desktop() ) { $(document).on({ mouseenter: function(){ $(this).find(".img__2").stop().animate({"opacity": 1}); }, mouseleave: function(){ $(this).find(".img__2").stop().animate({"opacity": 0}); } }, '.img_change'); } }; $(window).load( imgChange );*/ $(function() { if ( device.desktop() ) { $(document).on({ mouseenter: function() { $(this).find(".img__2").stop().animate({"opacity": 1}); }, mouseleave: function(){ $(this).find(".img__2").stop().animate({"opacity": 0}); } }, '.img_change'); } });