Skip to content
This repository has been archived by the owner on Aug 6, 2019. It is now read-only.

does not work for IFRAMEs #11

Open
Nowaker opened this issue Oct 25, 2011 · 0 comments
Open

does not work for IFRAMEs #11

Nowaker opened this issue Oct 25, 2011 · 0 comments

Comments

@Nowaker
Copy link

Nowaker commented Oct 25, 2011

>>> AJS.$('#wysiwygTextarea_ifr').contents().find('h6')
<<< [<h6>​test​</h6>​, <h6>​test2​</h6>​]

>>> AJS.$('#wysiwygTextarea_ifr').contents().find('h6').livequery(function() { alert('there'); });
<<< [<h6>​test​</h6>​, <h6>​test2​</h6>​]

>>> AJS.$('#wysiwygTextarea_ifr').contents().find('body').append('<h6>new</h6>');
<<< [<body id=​"tinymce" class=​"mceContentBody wiki-content fullsize" contenteditable=​"true" dir=​"ltr" style=​"min-height:​ 502px;​ ">​…​</body>​]

No alert appeared.

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