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
If you will upgrade to jQuery 1.9 and use custom templates, you will face this error: Uncaught Error: Syntax error, unrecognized expression:
This causes line: 59:template = tplContainer.html(); Change to: template = $($.parseHTML(tplContainer.html()));
http://bugs.jquery.com/ticket/13223
The text was updated successfully, but these errors were encountered:
Thanks for the note. Will check this out.
Sorry, something went wrong.
No branches or pull requests
If you will upgrade to jQuery 1.9 and use custom templates, you will face this error:
Uncaught Error: Syntax error, unrecognized expression:
This causes$($ .parseHTML(tplContainer.html()));
line: 59:template = tplContainer.html();
Change to:
template =
http://bugs.jquery.com/ticket/13223
The text was updated successfully, but these errors were encountered: