Skip to main content

Bug Tracker

Side navigation

#9145 closed enhancement (invalid)

Opened May 06, 2011 12:55PM UTC

Closed May 06, 2011 03:52PM UTC

Last modified May 06, 2011 10:43PM UTC

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

http://jsfiddle.net/5DTfu/

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.

Attachments (0)
Change History (3)

Changed May 06, 2011 03:52PM UTC by timmywil comment:1

component: unfiledselector
priority: undecidedlow
resolution: → invalid
status: newclosed

You had a colon just before the opening bracket, which is not valid: http://jsfiddle.net/timmywil/5DTfu/2/

Changed May 06, 2011 10:39PM UTC by anonymous comment:2

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.

Changed May 06, 2011 10:43PM UTC by anonymous comment:3

And also the attribute selector is not consistant.