EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: spider58 on November 11, 2018, 11:50:02 PM



Title: Slider-Tip Show
Post by: spider58 on November 11, 2018, 11:50:02 PM
Hello.

Is there ayway to show slider-tip while slider value changing with mouse. After mouse button up  slider-tip must be invisible.

And also can we change slider-tip position? I can do that with css rules, but i think that maybe some codes can be ready there for this


Title: Re: Slider-Tip Show
Post by: stworthy on November 12, 2018, 01:52:55 AM
Set the 'showTip' property to true to display the tip, set to false to hide it.
Code:
$('#ss').slider({showTip:true});  // display tip
$('#ss').slider({showTip:false})  // hide tip