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
Here's the simplest repro:
listItem = put(document.body, "div"); put(listItem, "input[type=text][title=[surrounded by brackets]]");
https://jsfiddle.net/tannermeans/utjtgaa3/7/
Seems like these characters should be allowed - or is there another way to do this?
The text was updated successfully, but these errors were encountered:
You can do:
put(listItem, "input[type=text][title=$]", "[surrounded by brackets]")
But I think I see where the parsing error is occurring.
Sorry, something went wrong.
Better handling of quoted strings, refs #29, refs #30
01bd3a4
Ahh thanks for the quick reply and alternate method!
No branches or pull requests
Here's the simplest repro:
https://jsfiddle.net/tannermeans/utjtgaa3/7/
Seems like these characters should be allowed - or is there another way to do this?
The text was updated successfully, but these errors were encountered: