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
Demo doesn't work correctly on Firefox v27.0:
On Opera it displays correctly however.
Might want to look into that. :) BTW excellent project, lots of potential. :)
The text was updated successfully, but these errors were encountered:
ah interesting. firefox doesn't like .innerText
.innerText
Sorry, something went wrong.
Yeah, innerText was "invented" by IE and browser implementation is variable ... textContent is the standard for this purpose, see https://developer.mozilla.org/de/docs/DOM/Node.textContent
innerText
textContent
No branches or pull requests
Demo doesn't work correctly on Firefox v27.0:
On Opera it displays correctly however.
Might want to look into that. :) BTW excellent project, lots of potential. :)
The text was updated successfully, but these errors were encountered: