IonDen / ion.rangeSlider

jQuery only range slider
http://ionden.com/a/plugins/ion.rangeSlider/en.html
MIT License
2.56k stars 508 forks source link

irs-hidden-input disappeared #597

Closed AlfaDelta closed 4 years ago

AlfaDelta commented 5 years ago

Just to let you know a simple but effective solution for the hidden input text field but never hide. I have a basic page in a Laravel project with Bootstrap 3.x and could not get rid of the input text field. Then I realized that the class="irs-hidden-input" was removed while visiting that page.

After a lot of debugging I end up by this solution: $("#price").addClass("irs-hidden-input");

IonDen commented 5 years ago

Hi, it seams like a bug of your environment.