I\'m having a problem with my jQuery Validation script.
You can find the code on http://jsfiddle.net/R3wrn/1/
jQuery:
$(document).ready(funct
jQuery Validate plugin uses the name attribute, not the id. Try changing your inputs' id attribute to name.
name
id