Hide numbers on slider question | XM Community
Skip to main content
Question

Hide numbers on slider question

  • June 12, 2019
  • 4 replies
  • 878 views

Hi! I want to hide numbers shown in my slider question (highlighted in yellow in the image) but don't know how to do so. Can anybody here help please? !

4 replies

NiC
QPN Level 5 ●●●●●
Forum|alt.badge.img+27
  • QPN Level 5 ●●●●●
  • 255 replies
  • June 13, 2019
Hi @Sgprt, You can use the following JS code in Onload or On Ready function: `jQuery("ul.numbers").hide();` Regards, Nihal Chirayath

  • Author
  • 1 reply
  • June 19, 2019
Hi Nihal, It worked! Thank you so much! However, I now want it to show the slider scale (circled with red)...can one do this? Appreciate your expert advice! ! !

  • 2 replies
  • January 10, 2020
> @NiC said: > Hi @Sgprt, > > You can use the following JS code in Onload or On Ready function: > `jQuery("ul.numbers").hide();` > > Regards, > Nihal Chirayath Is this also possible for a Matrix table? The code doesnt work with the matrix table. What do I have to change? Looking forward to your answer! Regards, Jenny Franke

  • 10 replies
  • May 26, 2020

This code does not work for my slider.