我想将 CK-editor 与 jquery validate 集成,但它不起作用。
$("#commentForm").validate({
rules: {
txtckeditor: "required",
},
messages: {
txtckeditor: "This field is required.",
onkeyup: false,
onblur: true
});
如何解决这个问题呢 ?