Was wanting to know how to check using jquery if a input contains a number higher then 99
if ($("#myfield").val() > 99) { }