Skip to main content

Bug Tracker

Side navigation

#12629 closed bug (worksforme)

Opened September 28, 2012 10:24AM UTC

Closed September 28, 2012 04:46PM UTC

"on" not working on html class with Firefox 15.0.1, IE8, IE9

Reported by: stefano.dalpra@vimar.com Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.8.2
Keywords: Cc:
Blocked by: Blocking:
Description

This trigger works with jQuery 1.8.0, but non with 1.8.1 and 1.8.2.

$('.page').on({

mouseenter : function () {

$(this).addClass('hover');

},

mouseleave : function () {

$(this).removeClass('hover');

}

}, '.item');

Greetings!

Attachments (0)
Change History (1)

Changed September 28, 2012 04:46PM UTC by dmethvin comment:1

resolution: → worksforme
status: newclosed

http://jsfiddle.net/zgpgX/1/

Tested on Firefox 15.0.1 and IE9.