Search and Top Navigation
#5800 open feature ()
Opened July 06, 2010 04:34PM UTC
Last modified June 24, 2014 11:55PM UTC
Allow sliders to be used on [type=range]
| Reported by: | Dru89 | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | none |
| Component: | ui.slider | Version: | 1.8.2 |
| Keywords: | input | Cc: | |
| Blocked by: | Blocking: |
Description
Since inputs of type range are slowly becoming a possibility in forms, it seems as though being able to use something like
$('input[type=range]').slider();
would be effective. I don't believe this was mentioned in a ticket prior to this one, but I do believe that it could be a good (but minor) enhancement to slider.
Attachments (0)
Change History (5)
Changed March 17, 2011 03:48AM UTC by comment:1
Changed June 26, 2012 01:22AM UTC by comment:2
| type: | enhancement → feature |
|---|
Changed October 11, 2012 09:08PM UTC by comment:3
| milestone: | TBD → 1.11.0 |
|---|
Changed October 15, 2012 06:34PM UTC by comment:4
| status: | new → open |
|---|
Changed June 24, 2014 11:55PM UTC by comment:5
| milestone: | 1.11.0 → none |
|---|
Example http://jsfiddle.net/djquery/LqQUm/21/
Its more important that this works as most browsers do not support input range.