I have a simple slider question that goes 0% to 100%. I added the following to the java script for the question in order to add "%" to the value above the slider bar:
jQuery('#'+this.questionId+' .numbers').find('li').append('%')
However, I'd really like it if the selected value that shows up within the slider handle would also have a % sign appended.
How can I do that?
Solved
Append a % sign in selected value that shows on slider handle
Best answer by rondev
Use Mutation observer
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
