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
Method childs returns empty collection for element not inserted into DOM.
childs
var container = document.createElement('section'); container.innerHTML = '<div>1</div><div>2</div><div>3</div>'; var childs = container.childs(); // empty collection
But if we insert container into DOM, all works fine.
container
The text was updated successfully, but these errors were encountered:
5a50ad2
AlexKrupko
No branches or pull requests
Method
childs
returns empty collection for element not inserted into DOM.But if we insert
container
into DOM, all works fine.The text was updated successfully, but these errors were encountered: