I am customizing jquery-ui slider(range). The two corner points(div) are draggable. I wish to place the exact value of the slider just above the corner points but i am unable to do So, can anyone suggest how the position of the div containing the current values can be changed using javascript ?
I am customizing jquery-ui slider(range) . The two corner points(div) are draggable. I wish
Share
I’d do it using CSS – make the value div a child of the slider div, then use
position: relativeon the value div with a negativetop