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.
입력창 html 모드에
<input type="button" id="test" value="test" />
입력후
위의 버튼 클릭 이벤트를 주고싶은데
var testevent = $('#tx_canvas_wysiwyg').contents().find('#test'); $(testevent ).click(function(){ alert("test"); });
위처럼 find('선택자') 로는 클릭이벤트가 먹히질 않네요
contents() 까지는 입력창 클릭시 경고창이 뜨는데 세부 요소로 접근하려니
이벤트가 먹히질 않습니다.
해당 소스는 부모창에서 접근하고 있습니다.
혹시나 방법이 있으면 알려주세요~!
The text was updated successfully, but these errors were encountered: