1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
$('#t_popup').scroll(function(){ pop_img_cont = $('#popup_static').height(); fix = $('.popup_fixed'); elem = Math.abs($(".c-popup").offset().top) + 590; top1 = pop_img_cont - 590; if (elem >= pop_img_cont){ console.log('trigger'); fix.css({position : "relative", top : top1}); } else { fix.css({position : "fixed", top : "unset"}); console.log('wait'); } }); |
scroll modal window
скроль модального окна