Force two input fields to be numeric where the left is always lower than the right
Sample usage forcing numeric input on two text fields:
<input type="text" data-rangeconstraint-start=""> <!-- the lower number -->
<input type="text" data-rangeconstraint-end=""> <!-- the higher number -->
or try the online demo