EasyUI Forum
May 21, 2024, 06:14:40 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Slider-Tip Show  (Read 2311 times)
spider58
Newbie
*
Posts: 32


View Profile
« 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
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 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
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!