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
I'm no expert but I scanned through the code and it seems to ignore nodeValue if the node is a textbox.
The text was updated successfully, but these errors were encountered:
You are correct. For my usage of this, I needed to be able to see the true value for any editable area.
This might be worth creating an enum for this kind of option.
Thoughts?
Sorry, something went wrong.
For reference, here is the nodeType values chart. http://www.javascriptkit.com/domref/nodetype.shtml
No branches or pull requests
I'm no expert but I scanned through the code and it seems to ignore nodeValue if the node is a textbox.
The text was updated successfully, but these errors were encountered: