Uncategorized

var myPosY; jQuery(window).bind( ’scroll‘, function() { myPosY = jQuery(window).scrollTop(); if ( myPosY >= 400) { jQuery(‚#usp-1‘).fadeIn(); } else { jQuery(‚#usp-1‘).fadeOut(); } });