소스가 어디있는지 모르겠어요 ㅠㅠ

소스가 어디있는지 모르겠어요 ㅠㅠ

QA

소스가 어디있는지 모르겠어요 ㅠㅠ

답변 1

본문

5ad94d19b15c07b2912be70f7ea4f3a2_1451460581_6008.png
 

 

중간에있는

 

<script>

        $(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("<div class='cke_sc_def' />").next("div.cke_sc_def").load("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();

            });

        });

</script>

 

이게 어느 페이지에있는지 아시는 분 계신가요?

이 질문에 댓글 쓰기 :

답변 1

참고하세요.

http://sir.co.kr/g5_tip/3412

 

/plugin/editor/smarteditor2/editor.lib.php  

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 27
© SIRSOFT
현재 페이지 제일 처음으로