Opened 13 years ago
Last modified 9 years ago
#5800 open feature
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.
Change History (5)
comment:1 Changed 12 years ago by
comment:2 Changed 11 years ago by
Type: | enhancement → feature |
---|
comment:3 Changed 10 years ago by
Milestone: | TBD → 1.11.0 |
---|
comment:4 Changed 10 years ago by
Status: | new → open |
---|
comment:5 Changed 9 years ago by
Milestone: | 1.11.0 → none |
---|
Note: See
TracTickets for help on using
tickets.
Example http://jsfiddle.net/djquery/LqQUm/21/ Its more important that this works as most browsers do not support input range.