From b820ce7a7b301bc6d6d9346e15f0bb2660d0cdfe Mon Sep 17 00:00:00 2001 From: IonDen Date: Mon, 4 Aug 2014 10:50:09 +0400 Subject: [PATCH 1/3] 3 range slider plugins added --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 23ba8f1..8d25a56 100644 --- a/README.md +++ b/README.md @@ -409,6 +409,12 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection * [FileAPI](https://github.com/mailru/FileAPI) - A set of javascript tools for working with files. Multiupload, drag'n'drop and chunked file upload. Images: crop, resize and auto orientation by EXIF. * [plupload](https://github.com/moxiecode/plupload) - A JavaScript API for dealing with file uploads it supports features like multiple file selection, file type filtering, request chunking, client side image scaling and it uses different runtimes to achieve this such as HTML 5, Silverlight and Flash. +### Range Slider + +* [Ion.RangeSlider](https://github.com/IonDen/ion.rangeSlider) - Cool, comfortable and easily customizable range slider with many options and skin support. +* [jQRangeSlider](https://github.com/ghusse/jQRangeSlider) - A javascript slider selector that supports dates. +* [noUiSlider](https://github.com/leongersen/noUiSlider) - A lightweight, highly customizable range slider without bloat. + ### Other * [form](https://github.com/malsup/form) - jQuery Form Plugin. From ffcf8c2d2a3940b323650f54da89e70f436f561c Mon Sep 17 00:00:00 2001 From: IonDen Date: Mon, 4 Aug 2014 10:53:38 +0400 Subject: [PATCH 2/3] 3 range slider plugins added --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8d25a56..dfe952f 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny * [Tours And Guides](#tours-and-guides) * [Notifications](#notifications) * [Sliders](#sliders) + * [Range Sliders](#rangesliders) * [Form Widgets](#form-widgets) * [Tips](#tips) * [Modals and Popups](#modals-and-popups) @@ -373,6 +374,12 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection * [vegas](https://github.com/jaysalvat/vegas) - A jQuery plugin to add beautiful fullscreen backgrounds to your webpages. It even allows Slideshows. * [Sequence](https://github.com/IanLunn/Sequence) - CSS animation framework for creating responsive sliders, presentations, banners, and other step-based applications. +## Range Sliders + +* [Ion.RangeSlider](https://github.com/IonDen/ion.rangeSlider) - Powerful and easily customizable range slider with many options and skin support. +* [jQRangeSlider](https://github.com/ghusse/jQRangeSlider) - A javascript slider selector that supports dates. +* [noUiSlider](https://github.com/leongersen/noUiSlider) - A lightweight, highly customizable range slider without bloat. + ## Form Widgets @@ -409,12 +416,6 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection * [FileAPI](https://github.com/mailru/FileAPI) - A set of javascript tools for working with files. Multiupload, drag'n'drop and chunked file upload. Images: crop, resize and auto orientation by EXIF. * [plupload](https://github.com/moxiecode/plupload) - A JavaScript API for dealing with file uploads it supports features like multiple file selection, file type filtering, request chunking, client side image scaling and it uses different runtimes to achieve this such as HTML 5, Silverlight and Flash. -### Range Slider - -* [Ion.RangeSlider](https://github.com/IonDen/ion.rangeSlider) - Cool, comfortable and easily customizable range slider with many options and skin support. -* [jQRangeSlider](https://github.com/ghusse/jQRangeSlider) - A javascript slider selector that supports dates. -* [noUiSlider](https://github.com/leongersen/noUiSlider) - A lightweight, highly customizable range slider without bloat. - ### Other * [form](https://github.com/malsup/form) - jQuery Form Plugin. From 1fe168e0386a650c4d43cff2d077c3758defcdf0 Mon Sep 17 00:00:00 2001 From: IonDen Date: Mon, 4 Aug 2014 10:54:52 +0400 Subject: [PATCH 3/3] Some rename --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfe952f..f363689 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny * [Tours And Guides](#tours-and-guides) * [Notifications](#notifications) * [Sliders](#sliders) - * [Range Sliders](#rangesliders) + * [Range Sliders](#range-sliders) * [Form Widgets](#form-widgets) * [Tips](#tips) * [Modals and Popups](#modals-and-popups)