Hi, I have a slider question in my survey, my minimum value is 0 and maximum is 100. I wanted to know if there is any code which allows me to make these numbers appear on both ends of the line (currently they appear above it). I also don't want the other numbers in between to be shown.
Page 1 / 1
Use the below code to hide all lables except 0 and 100:
jQuery('.numbers li').not('.first , .last').css("visibility","collapse");
Is it possible to put a percentage sign next to the number that is shown above the slider when you move it?
https://www.qualtrics.com/community/discussion/comment/30217#Comment_30217Yes, using MutationObserver in JS
Do you have a code for that?
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.