Side navigation
#10011 closed bug (invalid)
Opened August 10, 2011 12:57PM UTC
Closed August 10, 2011 02:18PM UTC
reference an element using [value=xxxxx] no longer working since upgrading to 1.6.2
Reported by: | elliott_melissa@me.com | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.6.3 |
Component: | selector | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I used the following on version 1.4.4
jQuery('#mydiv input[vaue=myvalue]').attr('checked', true);
which worked perfectly
I have had to update to v1.6.2 and now I get an error on that line
Uncaught Syntax error, unrecognized expression: [myvalue]
Any Ideas?
Attachments (0)
Change History (1)
Changed August 10, 2011 02:18PM UTC by comment:1
component: | unfiled → selector |
---|---|
milestone: | None → 1.6.3 |
priority: | undecided → low |
resolution: | → invalid |
status: | new → closed |
Quotes are mandatory.
http://api.jquery.com/attribute-equals-selector/