Запретить прокрутку BODY при открытии модального окна ⇐ Jquery
-
Anonymous
Запретить прокрутку BODY при открытии модального окна
I want my body to stop scrolling when using the mousewheel while the Modal (from http://twitter.github.com/bootstrap) on my website is opened.
I've tried to call the piece of javascript below when the modal is opened but without success
$(window).scroll(function() { return false; }); AND
$(window).live('scroll', function() { return false; }); Please note our website dropped support for IE6, IE7+ needs to be compatible though.
Источник: https://stackoverflow.com/questions/953 ... -is-opened
I want my body to stop scrolling when using the mousewheel while the Modal (from http://twitter.github.com/bootstrap) on my website is opened.
I've tried to call the piece of javascript below when the modal is opened but without success
$(window).scroll(function() { return false; }); AND
$(window).live('scroll', function() { return false; }); Please note our website dropped support for IE6, IE7+ needs to be compatible though.
Источник: https://stackoverflow.com/questions/953 ... -is-opened
Мобильная версия