Opened 11 years ago
Closed 11 years ago
#10088 closed bug (invalid)
opera doesn't like :hover
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
in Opera 11.50 i got: Uncaught exception: Syntax error, unrecognized expression: hover when I have in js: $("div").is(":hover")
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
jQuery does not support the :hover
selector; you'll notice it isn't in the documentation.
Note: See
TracTickets for help on using
tickets.
you can see it here: http://jsfiddle.net/f9KRS/