Skip to content

Uncaught Error: Syntax error, unrecognized expression: #1

@VaclovasV

Description

@VaclovasV

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions