Skip to content

noUiSlider is a little jQuery plugin that turns an html object into a nice (range) slider. It can have two handles to select a range, a fixed minimum or maximum to select a limit, or just two handles to pick some points.

Notifications You must be signed in to change notification settings

vberthet/noUiSlider

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

noUiSlider is a little jQuery plugin that turns an html object into a nice (range) slider. It can have two handles to select a range, a fixed minimum or maximum to select a limit, or just two handles to pick some points.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%