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?
!
Page 1 / 1
Hi @Sgprt,
You can use the following JS code in Onload or On Ready function:
`jQuery("ul.numbers").hide();`
Regards,
Nihal Chirayath
You can use the following JS code in Onload or On Ready function:
`jQuery("ul.numbers").hide();`
Regards,
Nihal Chirayath
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!
!
!
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!
!
!
> @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
> 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
This code does not work for my slider.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.