In the new version of jQuery validation plugin 1.9 by default validation of hidden fields ignored. I\'m using CKEditor for textarea input field and it hides the field and re
Make sure to put
$.validator.setDefaults({ ignore: '' });
NOT inside $(document).ready
$(document).ready