Skip to content

Introducing SimpleBar.

Compare
Choose a tag to compare
@Grsmto Grsmto released this 21 Oct 20:18
· 1298 commits to master since this release

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