Modify ↓
Ticket #6320 (closed bug: wontfix)
attribute selector does not work in IE8 on onmouse*
| Reported by: | margate | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | |
| Component: | selector | Version: | 1.4.2 |
| Keywords: | attribute | Cc: | |
| Blocking: | Blocked by: |
Description (last modified by snover) (diff)
rel,id and name attributes are selectable in IE8, but all onmouse* I tested fails.
In Firefox,Safari and Chrome the following works fine, but not work in IE8
$("input[onmouseover='newsletter']").next().text("onmouseover attribute found");
Above is only an example, see attached file for more tests
Attachments
Change History
Changed 3 years ago by margate
-
attachment
attribute.txt
added
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.

It is a renamed html file with examples of the problem