We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iframe do not have ID
The text was updated successfully, but these errors were encountered:
window.frames[0].document.getElementById('tool-box').style.display="none";
is working
Sorry, something went wrong.
Actually I'm planning to remove <iframe>. Code will be appended directly into current DOM/HTML.
<iframe>
In that case, you'll be able to access tool-box using document.querySelector('.cd-tool-box').
document.querySelector('.cd-tool-box')
Actually it is required to fix touch/move issues on mobile devices.
Thanks for answering, do you have any estimate of how much time it may take?
No branches or pull requests
iframe do not have ID
The text was updated successfully, but these errors were encountered: