jQuery Plugin To Scroll Elements with Mouse Movement - noscroll

File Size: 281 KB
Views Total: 1070
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
jQuery Plugin To Scroll Elements with Mouse Movement - noscroll

A dead simple jQuery plugin to provide no-scroll experience that allows you to scroll (through) HTML elements by mouse moving.

How to use it:

1. Include the necessary jQuery library and the jQuery noscroll plugin on your webpage.

<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="noscroll.js"></script>

2. Call the function on the DOM element to enable the plugin.

$(target).noscroll()

// or

$(inner).noscroll(outer)

This awesome jQuery plugin is developed by Dafrok. For more Advanced Usages, please check the demo page or visit the official website.