Skip to main content

Search and Top Navigation

#15023 closed bug (fixed)

Opened August 05, 2016 01:45PM UTC

Closed September 13, 2016 04:10PM UTC

Slider: Demo with custom handle

Reported by: jzaefferer Owned by: scottgonzalez
Priority: minor Milestone: 1.12.1
Component: ui.slider Version: 1.12.0
Keywords: Cc:
Blocked by: Blocking:
Description

According to API docs:

You can specify custom handle elements by creating and appending the elements and adding the ui-slider-handle class before initialization.

http://api.jqueryui.com/slider/#entry-longdesc

We should have a demo for that.

Attachments (0)
Change History (2)

Changed August 05, 2016 01:46PM UTC by jzaefferer comment:1

status: newopen

Changed September 13, 2016 04:10PM UTC by scottgonzalez comment:2

owner: → scottgonzalez
resolution: → fixed
status: openclosed

In [changeset:"51461d523868c168f2e12eeb547c1cf8b7cf59cf" 51461d5]:

#!CommitTicketReference repository="" revision="51461d523868c168f2e12eeb547c1cf8b7cf59cf"
Slider: Add demo for custom handle

Fixes #15023
Closes gh-1740