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
This is working for me.
jQuery("#form_name").validate().settings.ignore = "";