Was wanting to know how to check using jquery if a input contains a number higher then 99
if(parseInt($(YOURINPUT).val()) > 99) // do something