I\'d like the user to be blocked from typing more if the value is over 100. So far I have the following from reading different posts:
$(\'.equipCatValidation
Maybe keydown instead of keyup?
keydown
keyup
EDIT: There is a valid comment here - Prevent user from typing in input at max value - to circumvent that you should probably store the previous value and restore it when necessary.