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

Avoid submitting values #622

Closed ghost closed 4 years ago

ghost commented 5 years ago

Hello, I have the slider within a form with other input fields.

I would like how to avoid sending slider data on form submit. I want slider to be active and working, but just not sending any data.

IonDen commented 5 years ago

Hi, you should just remove name/id from sliders input tag and it will become invisible to form.