Skip to content
New issue

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

Uncaught Error: Syntax error, unrecognized expression: #1

Open
VaclovasV opened this issue Feb 8, 2013 · 1 comment
Open

Uncaught Error: Syntax error, unrecognized expression: #1

VaclovasV opened this issue Feb 8, 2013 · 1 comment

Comments

@VaclovasV
Copy link

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

@tkirda
Copy link
Owner

tkirda commented Feb 8, 2013

Thanks for the note. Will check this out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants