Skip to main content

Search and Top Navigation

#9652 closed feature (notabug)

Opened November 07, 2013 04:46AM UTC

Closed November 07, 2013 01:47PM UTC

Add ability to define slider handle element type

Reported by: wrgill999 Owned by:
Priority: minor Milestone: none
Component: ui.slider Version: 1.10.3
Keywords: Cc:
Blocked by: Blocking:
Description

I recently wanted multiple form input elements to be contained within the <a> of the slider handle for ease of dragging with the handle. Nesting elements like this in an anchor element is not valid and FF and IE won't allow form input in this case. The slider handles should be able to be divs or spans etc.

Attachments (0)
Change History (1)

Changed November 07, 2013 01:47PM UTC by tj.vantoll comment:1

resolution: → notabug
status: newclosed

This seems like a very odd thing to be doing... but you can easily accomplish it with the widget - http://jsfiddle.net/tj_vantoll/Rs7c9/.

http://api.jqueryui.com/slider/

''The slider widget will create handle elements with the class ui-slider-handle on initialization. You can specify custom handle elements by creating and appending the elements and adding the ui-slider-handle class before initialization. It will only create the number of handles needed to match the length of value/values. For example, if you specify values: [ 1, 5, 18 ] and create one custom handle, the plugin will create the other two.''