Side navigation
#4838 closed bug (invalid)
Opened July 01, 2009 02:25PM UTC
Closed July 02, 2009 12:55AM UTC
$("#id") does not work with one or more "|" in the id
Reported by: | Lance | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | core | Version: | 1.3.2 |
Keywords: | selector, id | Cc: | |
Blocked by: | Blocking: |
Description
If your HTML object has an id with one or more "|" in it, the JQuery selector will not find the id of your object. It appears to be an issue with the quickExpr variable.
A space in the ID also causes an issue.