jQWidgets Forums

jQuery UI Widgets Forums Editors ScrollBar, Slider, BulletChart, RangeSelector hide thumb upon initialization of slider

This topic contains 1 reply, has 2 voices, and was last updated by  ivailo 8 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • hide thumb upon initialization of slider #88808

    tbloomfield
    Participant

    I need to detect the difference between the user intentionally skipping the slider, or setting the slider to its default position. When the thumb shows up automatically, I cannot tell whether it was set by the initialization process or if the user set it there intentionally. I’d like the thumb to not appear at all until the user clicks the line.
    Thank you

    hide thumb upon initialization of slider #88824

    ivailo
    Participant

    Hi tbloomfield,

    We don’t offer such a built-in functionality, but here is a workaround with binding on change event.
    The thumb is hidden on initialization and when the user interacts with the widget it’s shown.
    Please, refer to this simplified slider demo.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.