Uncaught TypeError: Cannot read property 'replace' of undefined
FIX:
$("form").validate({ ignore: ".note-editable"}); 2.Khi dùng summernote dang ở chế độ code view sẽ ko save dc nội dung vừa chỉnh sửa:
FIX: khi btn save click update nội dung vào textarea $("#btnSubmit").on("click", function() {
$('#content').val($('#content').summernote('code'));
});
No comments:
Post a Comment