I cannot find a way to change the maximum rangeinput for jquery tools. The default one is 300. I would like it to become 400 but I cannot find any resource how.
Thanks for th help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
They have this option clearly stated in their site http://www.jquerytools.org/documentation/rangeinput/index.html
You can check this demo http://www.jquerytools.org/demos/rangeinput/index.html
You have to use the max attribute in input elements
Here’s a working fiddle