Changing the position of numbers in a slider question | XM Community
Skip to main content

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.

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