jquery-scroll-lock
Version:
Locks mouse wheel scroll inside container, preventing it from propagating to parent element
28 lines (27 loc) • 860 B
JSON
{
"name": "scrollLock",
"title": "Scroll Lock",
"description": "Locks mouse wheel scroll inside container, preventing it from propagating to parent element",
"version": "3.1.3",
"author": {
"name": "Mohammad Younes",
"url": "https://github.com/MohammadYounes"
},
"repository": {
"type": "git",
"url": "https://github.com/MohammadYounes/jquery-scrollLock.git"
},
"homepage":"http://mohammadyounes.github.io/jquery-scrollLock/",
"demo":"http://mohammadyounes.github.io/jquery-scrollLock/example",
"bugs": "https://github.com/MohammadYounes/jquery-scrollLock/issues",
"licenses": [
{
"type": "GPL 3",
"url": "https://opensource.org/licenses/gpl-3.0"
}
],
"keywords": ["mousewheel","scroll","lock", "wheel","mouse","stop"],
"dependencies": {
"jquery": ">=1.7"
}
}