$(window).scroll(function (){ var sttop = $(this).scrollTop(); if(sttop >260){ $('.y_lpindexnav').show(); }else{ $('.y_lpindexnav').hide(); } });