Skip to content

simon-thorpe/jquery.rangeconstraint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jquery.rangeconstraint

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

About

Force two input fields to be numeric where the left is always lower than the right

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published