Ok with this..
$(window).scroll(function() { $(\'.slides_layover\').removeClass(\'showing_layover\'); $(\'#slides_effect\').show(); });
please check the jquery mobile scrollstop event
$(document).on("scrollstop",function(){ alert("Stopped scrolling!"); });