Запретить прокрутку BODY при открытии модального окнаJquery

Программирование на jquery
Anonymous
Запретить прокрутку BODY при открытии модального окна

Сообщение Anonymous »


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

Вернуться в «Jquery»