Bug Tracker

Opened 13 years ago

Closed 13 years ago

#7016 closed bug (invalid)

Selector [attribute=value]

Reported by: janroald@… 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

Change History (1)

comment:1 Changed 13 years ago by snover

Resolution: invalid
Status: newclosed

Those selectors are invalid. You must escape metacharacters or the values in quotes.

Note: See TracTickets for help on using tickets.