|
1 | 1 | # noUiSlider |
2 | | -_Current version: 4.0.3_ |
3 | 2 |
|
4 | | -noUiSlider is a super tiny jQuery plugin that allows you to create range sliders. |
5 | | -It fully supports touch, and it is way(!) less bloated than the jQueryUI library. |
| 3 | +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). |
6 | 4 |
|
7 | 5 | A full documentation, including examples, is available on the [noUiSlider documentation page](http://refreshless.com/nouislider/). |
8 | 6 |
|
9 | 7 | Changes |
10 | 8 | ------- |
11 | 9 |
|
| 10 | +**Changelog for version 4.1.0:** |
| 11 | ++ Added a new option to 'serialization' to set a decimal separator: 'mark'. |
| 12 | ++ Added a much requested 'slide' callback to cover the gap between change and slide. |
| 13 | ++ Fixed a long standing scrolling issue in IE10. |
| 14 | ++ Several minor bugfixes. |
| 15 | + |
12 | 16 | **Changelog for version 4.0.3:** |
13 | 17 | + Missed a file while updating to 4.0.2. |
14 | 18 |
|
@@ -60,11 +64,8 @@ Please note that while some errors remain without these options, they are merely |
60 | 64 |
|
61 | 65 | Known issues |
62 | 66 | ------------ |
63 | | -There are some minor issues remaining in noUiSlider 4. It is a priority to fix these issues. |
| 67 | +There are some minor issues remaining in noUiSlider 4.1. It is a priority to fix these issues. |
64 | 68 |
|
65 | 69 | + Firefox will prefer scrolling to dragging the slider on touch events. The `preventDefault()` call that prevents this in other browser seems to fail here. |
66 | | -+ In IE10, tapping the slider to move it will fail in with these conditions: |
67 | | - + The paged is zoomed; |
68 | | - + The slider uses the `orientation: vertical` option |
69 | | - + The page is scrolled, so that `scrollTop` > 0 |
70 | | - This issue affects both IE10 in Windows 8 and Windows Phone 8. |
| 70 | ++ Safari for windows has the same issue, but only on vertical scrolling. |
| 71 | + |
0 commit comments