Opened 13 years ago
Closed 13 years ago
#5508 closed bug (invalid)
IE does not allow you to use square brackets in jQuery query
Reported by: | captainn | Owned by: | john |
---|---|---|---|
Priority: | critical | Milestone: | 1.4 |
Component: | selector | Version: | 1.3.2 |
Keywords: | name query square brackets | Cc: | |
Blocked by: | Blocking: |
Description
I stumbled upon a bug in IE (tested with IE 7 and IE 8), when i used a square bracket within a name query. For me it's an essential function! I attached a quick example.
Attachments (2)
Change History (5)
Changed 13 years ago by
Attachment: | example.htm added |
---|
comment:1 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Try escaping the bracket with
per the docs.
comment:2 Changed 13 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
mhh...i already read the docu and tried to escape the brackets but it did not work in ie (8)! did you try it?
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
True but you didn't escape the *other* character that isn't valid in a name, the period. Please ask for help in the forums and/or read the documentation I linked to before opening tickets, thanks.
Note: See
TracTickets for help on using
tickets.
quick example of bug (use IE!)