Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 895 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 895 Bytes

noUiSlider

Current version: 2.5

noUiSlider is a little jQuery plugin that allows you to create range sliders. It fully supports touch, and it is way(!) less bloated than the jQueryUI library.

A full documentation, including examples, is available on the noUiSlider documentation page.

Changelog for version 2.5.1: [last minor release]

  • Fixed issue #24.
  • Added wider touch-specific css-support.

Changelog for version 2.5: [last major release]

  • Rewrote and resegmented code, resulting in better compressability and maintainability
  • Fixed 'step' to be reliable.
  • Fixed 'clickmove' to obide 'step' option.
  • Changed touch support to bind native events instead of translating them.
  • Improved stylesheet to no longer require !important statements.
  • Updated noUiSlider examples page with some code improvements.