I have a form on my site that should validate for anyone who is over 18.
var day = $(\"#dobDay\").val(); var month = $(\"#dobMonth\").val(); var year = $(\"
if it's working the opposite way have you tried swapping the > for a < on the second to last line?
>
<