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

does not work for IFRAMEs #11

@Nowaker

Description

@Nowaker
>>> 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions