hustKiwi / noUiSlider

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.

Home Page:http://refreshless.com/nouislider/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.5: [latest minor release]

  • Fixed issue #31.

Changelog for version 2.5.4: [previous minor release]

  • Fixed issue #27.
  • Added -webkit- touch specific statements to default stylesheet.

Changelog for version 2.5.3: [earlier minor release]

  • Renamed knob and knobs to handle and handles. This change is backwards compatible, and completes the cleanup of noUiSlider option names.
  • Fixed default stylesheet for use with box-sizing: border-box;

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.

http://refreshless.com/nouislider/


Languages

Language:JavaScript 93.2%Language:CSS 6.8%