David J. Wilson
Posts: 0
Joined: Tue Nov 20, 2012 2:45 am

Hiding the slider value box

How do I hide the slider value box. I just want the slider itself as the value is displayed elsewhere.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Hiding the slider value box

Look at the generated source and find the node in the DOM that shows the value. Then use jQuery to select that element and hide it.

EJLD
Posts: 0
Joined: Sun Jun 08, 2014 11:03 pm

Hiding the slider value box

Hi there,
In my case, I don't wanna hide the value box but the slider when not in use.

I used the

Appery('mySlider').hide();

however, it hides only the value box :)
the bar and the button still appear.

any specific code ?
if you cld let me know how to .show() as well.

Thk you very much in advance,
Eric

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Hiding the slider value box

Hi Eric -

Try this JavaScript code on your element:
precode
Apperyio('mobileslider_3').slider({
disabled: true
}); /code
/pre
where 'mobileslider_3' - is your slider element name.

Return to “Issues”