Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/promatik/jquery-scroll-startstop
Scroll Start Stop for jQuery, based in the work of James Padolsey
https://github.com/promatik/jquery-scroll-startstop
javascript
Last synced: about 1 month ago
JSON representation
Scroll Start Stop for jQuery, based in the work of James Padolsey
- Host: GitHub
- URL: https://github.com/promatik/jquery-scroll-startstop
- Owner: promatik
- License: mit
- Created: 2013-08-13T13:57:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-13T14:55:41.000Z (over 11 years ago)
- Last Synced: 2023-04-06T03:06:32.049Z (over 1 year ago)
- Topics: javascript
- Size: 117 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jQuery-Scroll-StartStop v1.0
============================## Description
Scroll Start Stop for jQuery, based in the work of James Padolsey
In this version I added the hability to track the scroll bar, scrollStop is only fired on mouseup of the scrollbar## Demo
[Demo Scroll StartStop](http://promatik.no.sapo.pt/github/scroll-startstop/)## Download
* [Master branch](https://github.com/promatik/jQuery-Scroll-StartStop/archive/master.zip)## Setup
* How to setup the plugin on your website:```html
```
```javascript
$(window).on('scrollstart', function(){
console.log("scrollstart");
}).on('scrollstop', function(){
console.log("scrollstop");
});
```## Features
* **ScrollStop at scrollbar drop**
Beside everything that is previously done with the original version of this plugin, the stopscroll event is now fired only when the user drop the scrollbar (in the case he is scrolling with scrollbar)## Requirements
* [jQuery](http://jquery.com/) v. 1.6+## Browsers
### Desktop browsers
The Scroll StartStop plugin is supported by the following minimal versions:* Google Chrome
* Apple Safari 4.0+
* Mozilla Firefox 3.0+
* Opera 11.0+
* Microsoft Internet Explorer 6.0+ (partially supported - url parse only)## License
Released under the [MIT license](http://www.opensource.org/licenses/MIT).