Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:1 Changed 2 years ago by timmywil
- Priority changed from undecided to low
- Resolution set to invalid
- Status changed from new to closed
- Component changed from unfiled to selector
comment:2 Changed 2 years ago by anonymous
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.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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/