#12442 closed bug (invalid)
Uncaught Error: Syntax error, unrecognized expression... in migration from 1.7.2 to 1.8.1 with jqMobile
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hey, when migrate from 1.7.2 to 1.8.1 with jquery mobile, im gettin the following SCREAM via console.
Uncaught Error: Syntax error, unrecognized expression: #/mypage.html[data-role="page"] jquery-1.8.1.js:4642
thanks ;)
Change History (3)
comment:1 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
im sure its correct, but why its appear? i didnt try to use this css selector.. its occurring only on 1.8.2, in 1.7.2 its doesnt appear.
comment:3 Changed 10 years ago by
Without seeing the code, who knows? You haven't provide any code example, or even said which version of jQuery Mobile is in use. How could you expect us to answer that question? That is why I asked you to try the forum, they can lead you through the process of trying to narrow down what is wrong. The bug tracker isn't meant for that.
Note: See
TracTickets for help on using
tickets.
The error message is correct,
#/mypage.html[data-role="page"]
is not a valid CSS selector. Please ask for help on http://forum.jquery.com and post a test case that demonstrates the problem.