Is it possible to watch a reference to a div? #2134
Unanswered
natecorkish
asked this question in
1. Help
Replies: 1 comment
-
Seems like you were pretty close. You have full control over your iframe, so how about a MutationObserver at the end of the init function?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to get the value of the iframe body for a hidden input but it doesn't seem to update, is there a way to achieve this?
Trying to get the value of the wysiwyg editor, but it doesn't update.
<span x-text="wysiwyg.contentDocument.body.text"></span>
Beta Was this translation helpful? Give feedback.
All reactions