Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

입력창에 입력된 id 값이나 name, class 를 통해 click event 주기 문의 #515

Open
limss opened this issue Apr 12, 2016 · 0 comments

Comments

@limss
Copy link

limss commented Apr 12, 2016

입력창 html 모드에
<input type="button" id="test" value="test" />
입력후
위의 버튼 클릭 이벤트를 주고싶은데
var testevent = $('#tx_canvas_wysiwyg').contents().find('#test'); $(testevent ).click(function(){ alert("test"); });

위처럼 find('선택자') 로는 클릭이벤트가 먹히질 않네요
contents() 까지는 입력창 클릭시 경고창이 뜨는데 세부 요소로 접근하려니
이벤트가 먹히질 않습니다.
해당 소스는 부모창에서 접근하고 있습니다.
혹시나 방법이 있으면 알려주세요~!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant