Introducing SimpleBar.
Original plugin completely rewritten.
- New name!
- Support for mobile browsers: browsers with "floating" scrollbars would not trigger the plugin anymore (can be modified with options soon).
- Data API: easier plugin usage with HTML5 data attribute.
- Many performance improvements: browser native scrollbar size is now calculated only once. Usage of native scrollHeight/scrollWidth Javascript properties instead of width()/height() jQuery methods. And more.
- Cleaner html output (useless wrapper removed).
- Easier plugin usage: there is no more prerequired html markup. Apply the plugin on any element you want, without having to modify your current markup.
- Added unit test suite.
- Added Grunt for automated tasks (jsLint, concat, testing, ...).
- Added performance demos