Side navigation
#6364 closed bug (wontfix)
Opened March 27, 2010 06:10AM UTC
Closed October 01, 2010 12:44AM UTC
# 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 (2)
Changed March 28, 2010 05:13PM UTC by comment:1
Changed October 01, 2010 12:44AM UTC by comment:2
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.
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.