I'm trying to find a quick and easy way to validate some inputs with jquery. I just need to make sure that a field excepts only numerical values and only 4 integers long, basically a year.
I want to do this with jquery and can't find just a simple solution. I'm guessing you use filter?
$(document).ready(function() $(input#year).filter( ) )};