ajax + froalaeditor 진행상황 90%
댓글목록
\]/i", "", $comment);
$cmt_sv = $cmt_amt - $i + 1; // 댓글 헤더 z-index 재설정 ie8 이하 사이드뷰 겹침 문제 해결
$c_reply_href = $comment_common_url . '&c_id=' . $comment_id . '&w=c#bo_vc_w';
$c_edit_href = $comment_common_url . '&c_id=' . $comment_id . '&w=cu#bo_vc_w';
$is_comment_reply_edit = ($list[$i]['is_reply'] || $list[$i]['is_edit'] || $list[$i]['is_del']) ? 1 : 0;
?>
style="margin-left:px;0">
등록된 댓글이 없습니다.
이런 식으로 처리해서 처음 에디터를 만난 상황에서는 정상적으로 나오는데 까지는 성공했는데
두번째로 에디터를 만나면 비정상이 되어버리는 마법이 일어나네요 ㅜㅜ
이런 콘솔 오류도 나고 ㅜㅜ
jQuery.Deferred exception: FroalaEditor is not defined ReferenceError: FroalaEditor is not defined at HTMLDocument.
jQuery.Deferred exception: FroalaEditor is not defined ReferenceError: FroalaEditor is not defined at HTMLDocument.
Uncaught
ReferenceError: FroalaEditor is not defined at HTMLDocument.
Uncaught
ReferenceError: FroalaEditor is not defined at HTMLDocument.
JQMIGRATE: Migrate is installed, version 3.3.2
5
Third-party cookie will be blocked in future Chrome versions as part of Privacy Sandbox.
현재의 오류 메시지를 보면 FroalaEditor가 정의되어 있지 않다는 에러와 jQuery의 froalaEditor 함수가 정의되지 않았다는 에러가 나타나고 있습니다. 이는 FroalaEditor의 JavaScript 파일이 제대로 로드되지 않았거나, jQuery 플러그인으로서의 froalaEditor 함수가 정의되지 않았음을 나타냅니다.
이런 문제라고 하는데 해답으로 제시하는 모든 방법이 잘 먹히질 않네요 ㅜㅜ
<참고사항>
ajax는 전체 페이지를 단순히 영역에 뿌리는 역할로만 사용하고 있습니다.
혹시나 해답을 알고 계신 귀인을 기다려 봅니다 ㅜㅜ
테스트 아이디
test / 1234
답변 1개
답변을 작성하려면 로그인이 필요합니다.
로그인