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
you did not add the css class required on those input, check this updated version: http://jsfiddle.net/R3wrn/2/
EDIT:
For rules, seems like what @cloud nix says, add name to those input can solve it: http://jsfiddle.net/R3wrn/7/