Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2016-02-02 | 259 Bytes | |
Version 2.0.tar.gz | 2016-02-02 | 5.6 kB | |
Version 2.0.zip | 2016-02-02 | 7.8 kB | |
Totals: 3 Items | 13.7 kB | 0 |
- Redefined plugin API.
- Ability to set options via
data-*
attributes, as indata-strict="true"
- Support for events, as in
$('#target).on('top.scrollLock', function (evt) { ...})