jquery-scroll-lock
Version:
Locks mouse wheel scroll inside container, preventing it from propagating to parent element
30 lines (29 loc) • 797 B
JSON
{
"name": "jquery-scroll-lock",
"title": "jQuery Scroll Lock",
"version": "3.1.3",
"description": "Locks mouse wheel scroll inside container, preventing it from propagating to parent element",
"main": "jquery-scrollLock.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MohammadYounes/jquery-scrollLock.git"
},
"keywords": [
"mousewheel",
"scroll",
"lock",
"stop",
"mouse",
"wheel",
"propagation"
],
"author": "Mohammad Younes",
"license": "GPL 3",
"bugs": {
"url": "https://github.com/MohammadYounes/jquery-scrollLock/issues"
},
"homepage": "https://github.com/MohammadYounes/jquery-scrollLock#readme"
}