Hi, I have a slider question in my survey where I want the respondent to give a threshold as an answer, but what is shown on the slider is just numbers from 0 to 100. I wanted to know if it's possible to add % after at least 0 and 100.
Solved
How to add % to the numbers in a slider question
Best answer by rondev
Try the below code:
jQuery("#"+this.questionId+" .numbers li").each(function(){
jQuery(this).text((jQuery(this).text()+"%").trim().replace(" ",""));
});
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.