Side navigation
#12442 closed bug (invalid)
Opened September 02, 2012 07:39AM UTC
Closed September 02, 2012 01:31PM UTC
Last modified September 02, 2012 01:53PM UTC
Uncaught Error: Syntax error, unrecognized expression... in migration from 1.7.2 to 1.8.1 with jqMobile
Reported by: | idangozlan@gmail.com | 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 ;)
Attachments (0)
Change History (3)
Changed September 02, 2012 01:31PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Changed September 02, 2012 01:43PM UTC by comment:2
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.
Changed September 02, 2012 01:53PM UTC by comment:3
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.
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.