ItaloCostaBR / scrollLock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this?

Plugin designed to help lock the window scroll when opening a modal, for example

Installation

npm i @joaopedroabreuu/scrolllock --save

Then...

required('@joaopedroabreuu/scrolllock');

Unlocked

$.scrollLock(false);

Locked

$.scrollLock(true);

About


Languages

Language:JavaScript 100.0%