Skip to main content

Bug Tracker

Side navigation

#10088 closed bug (invalid)

Opened August 18, 2011 11:39AM UTC

Closed August 18, 2011 02:07PM UTC

opera doesn't like :hover

Reported by: soenke.sprink@tagesspiegel.de 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")

Attachments (0)
Change History (2)

Changed August 18, 2011 11:45AM UTC by anonymous comment:1

you can see it here: http://jsfiddle.net/f9KRS/

Changed August 18, 2011 02:07PM UTC by dmethvin comment:2

resolution: → invalid
status: newclosed

jQuery does not support the :hover selector; you'll notice it isn't in the documentation.