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
When you use a hash, for example #foo=bar An error occurs: Uncaught Error: Syntax error, unrecognized expression: #foo=bar
#foo=bar
Uncaught Error: Syntax error, unrecognized expression: #foo=bar
https://github.com/dolce/iziModal/blob/master/js/iziModal.js#L1231 According to RFC3986, some symbols such as !$&= can be used in "fragment" string, but these symbols are invalid as selector expression for jQuery.
!$&=
(similar to #27)
The text was updated successfully, but these errors were encountered:
fixes jquery bug marcelodolza#155
e1d39f6
Merge pull request #160 from macroplant/modalHash-fix
3b13d00
fixes jquery bug #155
No branches or pull requests
When you use a hash, for example
#foo=bar
An error occurs:
Uncaught Error: Syntax error, unrecognized expression: #foo=bar
https://github.com/dolce/iziModal/blob/master/js/iziModal.js#L1231
According to RFC3986, some symbols such as
!$&=
can be used in "fragment" string, but these symbols are invalid as selector expression for jQuery.(similar to #27)
The text was updated successfully, but these errors were encountered: