#9145 closed enhancement (invalid)
1.6 attribute selector
Reported by: | Shawn | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | selector | Version: | 1.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Based on this example, it seems the attribute selector is filtering on property values in 1.6.
So the attribute selector across all the documents should be updated to property selector, cause it really confuse people at the moment.
Change History (3)
comment:1 Changed 12 years ago by
Component: | unfiled → selector |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
comment:2 Changed 12 years ago by
En, makes sense.
Can you try this example http://jsfiddle.net/timmywil/5DTfu/2/ in IE7 or 8 and FF
The value of .attr() is inconsistant between the browsers.
Note: See
TracTickets for help on using
tickets.
You had a colon just before the opening bracket, which is not valid: http://jsfiddle.net/timmywil/5DTfu/2/