Opened 11 years ago
Closed 11 years ago
#10745 closed bug (wontfix)
IE7: selector does not work
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | attributes | Version: | 1.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In IE7 the following selector does not work. No problems in IE8 & IE9: $('A:not([href])')
Change History (1)
comment:1 Changed 11 years ago by
Component: | unfiled → attributes |
---|---|
Priority: | undecided → low |
Resolution: | → wontfix |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This is because we use the #2 iFlag in jQuery.attr for getAttribute so we retrieve a raw href identical to user input rather than an href domain-ified or protocol-ified by IE. Unfortunately, that means all anchors have href's in IE6/7 for selectors. It's a tradeoff, but I think the current behavior is the best.