Opened 13 years ago
Closed 13 years ago
#6364 closed bug (wontfix)
# selector does not work for following situation
Reported by: | munim | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4.3 |
Component: | selector | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jQuery selector does not work for long IDs (probably).
Please consider the HTML file attached.
Tested on Internet Explorer 8.0.7600 Firefox 3.6.2 Opera 10.51 Safari 4.0.4
Attachments (1)
Change History (3)
Changed 13 years ago by
comment:1 Changed 13 years ago by
Read the second paragraph on http://api.jquery.com/category/selectors/ and you'll see that you need to escape the = metacharacter with two backslashes. That should fix your problem.
comment:2 Changed 13 years ago by
Priority: | → undecided |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
As confirmed by both the documentation at http://api.jquery.com/category/selectors/ and personal tests across FireFox 3.6.2 , IE 8, Chrome and Safari, you do need to escape the "=" characters in the above ticket in order for the behaviour to work as expected.
Closing as it no longer requires a resolution.
HTML file to reproduce the bug