You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.
akalkid edited this page Feb 8, 2012
·
5 revisions
다음 에디터를 이용하여 개발할 때 생긴 노하우를 공유해주세요
jQuery.ajax + Daumeditor 개발시 Editor not defined. 에러가 발생할때
jQuery로 개발을 하던중에 PIMS 부분에서 에디터를 붙여보고 싶다는 생각에
이곳에서 다운받은 daumeditor 7.x 를 jQuery 와 붙여서 ajax로 페이지를 호출했을때
불려온 페이지에 있던 Javascript 에서 계속 Editor not defined.(fireBug나 크롬개발자 도구에서 확인) 에러가 발생.
해결법은 아주 쉬웠다.
javascript 로딩순서를 daumeditor 먼저 로딩해주면 되는 것. T_T;