javascript - Remove and Change noUIslider handle -


i'm trying hide handle (the bar allows drag , slider.

i'm using nouislider javascript library , trying rid of it.

so far i've tried following:

html:  <div class = 'slider' id='sliderinfo'> </div> javascript: var slider = document.getelementbyid('sliderinfo'); var hider = slider.getelementsbyclassname('.noui-handle'); hider.remove(); //separate way of hding  

as following related so response including these two , i've had no response hiding or removing handle slider.

thanks.

i found answer looking @ bottom of 1 of accepted answers, although wasn't clear me.

.noui-handle { display:none; } 

Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -