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
Just added ignore: [] in the specific page for the specific form, this solution worked for me.
ignore: []
$("#form_name").validate({ ignore: [], onkeyup: false, rules: { }, highlight:false, });