Opened 13 years ago
Closed 13 years ago
#7016 closed bug (invalid)
Selector [attribute=value]
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | selector | Version: | 1.4.2 |
Keywords: | selector attribute | Cc: | |
Blocked by: | Blocking: |
Description
<input name="a[b]" /> <input name="a[b][c]" />
$('[name=[a[b]]') works $('[name=a[b][c]]') undefined
Tested with FF 3.6.9/linux, Chrome 6.0/Linux, Chrome 5.0/WinXP
Note: See
TracTickets for help on using
tickets.
Those selectors are invalid. You must escape metacharacters or the values in quotes.