CKEditor and hidden Field on same Form..
i used ignore : [ ] and ignore : ':hidden' on validate...
but not working properly ....
$("#testform").validate({
ignore: [],
rules :{
txt : "required",
question: {
required: function() {
CKEDITOR.instances.question.updateElement();
}
},
txt1 : "required",
}
});
How to validate Ckeditor and ignore hidden fields?
See Demo : http://jsfiddle.net/UI_Designer/qu2borh1/