Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leongersen committed Oct 5, 2013
1 parent 6efd16e commit e1ac316
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# noUiSlider
_Current version: 4.0.3_

noUiSlider is a super tiny jQuery plugin that allows you to create range sliders.
It fully supports touch, and it is way(!) less bloated than the jQueryUI library.
noUiSlider is lightweight plugin that was developed to be a jQuery UI alternative. It features cross-browser support, a `just-another-input-type` style of getting and setting values, a wide range of options and support for a bunch off touch devices. It works wonders on Android phones, iPhone & iPad, Windows phone and touch-screen laptops and tablets. The end result? A lean, extendible and bloat-less plugin that'll just do its job. Oh, and the licensing terms are simple: [just do what you want](http://refreshless.com/nouislider/terms-of-use).

A full documentation, including examples, is available on the [noUiSlider documentation page](http://refreshless.com/nouislider/).

Changes
-------

**Changelog for version 4.1.0:**
+ Added a new option to 'serialization' to set a decimal separator: 'mark'.
+ Added a much requested 'slide' callback to cover the gap between change and slide.
+ Fixed a long standing scrolling issue in IE10.
+ Several minor bugfixes.

**Changelog for version 4.0.3:**
+ Missed a file while updating to 4.0.2.

Expand Down Expand Up @@ -60,11 +64,8 @@ Please note that while some errors remain without these options, they are merely

Known issues
------------
There are some minor issues remaining in noUiSlider 4. It is a priority to fix these issues.
There are some minor issues remaining in noUiSlider 4.1. It is a priority to fix these issues.

+ Firefox will prefer scrolling to dragging the slider on touch events. The `preventDefault()` call that prevents this in other browser seems to fail here.
+ In IE10, tapping the slider to move it will fail in with these conditions:
+ The paged is zoomed;
+ The slider uses the `orientation: vertical` option
+ The page is scrolled, so that `scrollTop` > 0
This issue affects both IE10 in Windows 8 and Windows Phone 8.
+ Safari for windows has the same issue, but only on vertical scrolling.

0 comments on commit e1ac316

Please sign in to comment.