Validating .EDU e-mail addresses w/ jQuery Validation Plugin

Validating .EDU e-mail addresses w/ jQuery Validation Plugin

Hey,

I'm trying to build a sign-up form that will only accept .EDU e-mail addresses,
but I'm not sure how to do that. I know you can write a validator.addMethod
function, but I still want to make use of the "remote" parameter allowing easy
AJAX interfacing. I've got it all working except that I just want to check if the
last 3 letters of the e-mail address is equal to .EDU

If anyone has experience using the validation plugin this would be a tremendous
help to me.

Thanks so much in advance.