Opened 14 years ago
Closed 14 years ago
#4838 closed bug (invalid)
$("#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.
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | TestId.html added |
---|
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
A space in the ID also causes an issue.