This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
CHANGELOG.md
CHANGELOG.md
Fix bug when removed content does not update element's height
Fix bug with textarea in non-webkit browsers
Update webkit-based browser detection to ignore Microsoft Edge browser
Change default values for ignoreMobile/ignoreOverlay to false
Small fixes
Re-register plugin in jQuery plugins repository
Add option ignoreOverlay with default value true
Fix webkit-based browser detection
Ignore Firefox in Mac OS (cannot hide native scrollbars)
Add textarea support
Default options can be overwritten via default global object
Fix bug with visible native scrollbars when page is zoomed
Add onScroll callback
Add Angular.JS directive
Fix default options issue with multiple scrollbars initialization
Update CSS classes for custom scroll elements
Set option ignoreMobile to true by default
Small CSS/JS fixes
Add onUpdate callback
Manage scrollbar visibility via CSS classes
Fix bug with inner div height 100%
Add option autoUpdate
Fix bug with visible horizontal scrollbar if content height is less than container height
Add hack for IE9-11 with 1px diff between visible and scrollable height
Fix bug with second-time plugin initialization
Remove warnings from IDE
Add horizontal scrollbar handler
Add option disableBodyScroll
Improve scroll simulation
Fix webkit bug with text selection
Handle mousedown instead of click on scrollbar track/arrows
First version