Side navigation
#7016 closed bug (invalid)
Opened September 09, 2010 01:00PM UTC
Closed September 22, 2010 11:42PM UTC
Selector [attribute=value]
Reported by: | janroald@gmail.com | 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
Attachments (0)
Change History (1)
Changed September 22, 2010 11:42PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Those selectors are invalid. You must escape metacharacters or the values in quotes.