Hi
Just finding my way around some of the field types and I am using a slider but I noticed that if you do not add anything in the "After Input " Advance option it places the range value always at the bottom.
I don't want to add a value after and want to show the range value above the slider bar and centered.
Is there a way of achieving this?
Thanks!
If anyone else is looking for this solution.
You could use jQuery to move the location of the span that holds the value
What Span and what jQuery? In fact I am pretty sure there aren’t any Span tags 🤔
View the HTML source in your browser's inspection tool. The value is in a span: <span class="frm_range_value">50</span>
Ok great. But how do you use jquery to move the Value? I can see where it is but how do you move it?
What is your expertise level with jQuery?
Thanks, @Rob LeVine. I did find a simple workaround and added it in the thread for anyone else looking for the same solution
Please login or Register to submit your answer