소스가 어디있는지 모르겠어요 ㅠㅠ 채택완료

중간에있는
$(function(){
$(".btn_cke_sc").click(function(){
if ($(this).next("div.cke_sc_def").length) {
$(this).next("div.cke_sc_def").remove();
$(this).text("단축키 일람");
} else {
$(this).after("
").next("div.cke_sc_def").load("http://www.art-clinic.co.kr/plugin/editor/smarteditor2/shortcut.html">http://www.art-clinic.co.kr/plugin/editor/smarteditor2/shortcut.html");$(this).text("단축키 일람 닫기");
}
});
$(".btn_cke_sc_close").live("click",function(){
$(this).parent("div.cke_sc_def").remove();
});
});
이게 어느 페이지에있는지 아시는 분 계신가요?
답변 1개
참고하세요.
http://sir.co.kr/g5_tip/3412">http://sir.co.kr/g5_tip/3412
/plugin/editor/smarteditor2/editor.lib.php
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
아 .live 를 .on으로 하는것도 무지하게 힘드네요 ㅠㅠ