Skip to content

Commit

Permalink
Manifest and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
leongersen committed Oct 19, 2013
1 parent 02cd658 commit ccb1eb5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# noUiSlider

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. To add even more flexibility, noUiSlider is compatible with both jQuery and Zepto.js. Oh, and the licensing terms are simple: [just do what you want](http://refreshless.com/nouislider/terms-of-use).
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. It works excellent on the desktop too; All modern browsers and IE7+ are supported. The end result? A lean, extendible and bloat-less plugin that'll just do its job. To add even more flexibility, noUiSlider is compatible with both jQuery and Zepto.js. Oh, and the licensing terms are simple: [just do what you want](http://refreshless.com/nouislider/terms-of-use).

Documentation
-------
Expand All @@ -10,8 +10,8 @@ An extended documentation, including **examples**, **options** and **configurati
Changes
-------

**Changelog for version 4.2.0:**
+ Added compatibilty with [Zepto.js](http://zeptojs.com/).
**Changelog for version 4.2.1:**
+ Changed implementation of pointerEvents to be compatible with IE11.

Version numbering
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion jquery.nouislider.js
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@
if( style === 'top' ) {
proposal = event.y - this.startEvent.y;
}

proposal = this.position + ( ( proposal * 100 ) / baseSize );

setHandle( this.handle, proposal );
Expand Down
2 changes: 1 addition & 1 deletion nouislider.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "http://refreshless.com/nouislider/license.txt"
}
],
"version": "4.2.0",
"version": "4.2.1",
"author": {
"name": "Léon Gersen",
"url": "https://twitter.com/LeonGersen"
Expand Down

0 comments on commit ccb1eb5

Please sign in to comment.