Skip to main content

Bug Tracker

Side navigation

#13871 closed bug (notabug)

Opened May 09, 2013 12:37PM UTC

Closed May 10, 2013 05:17PM UTC

jquery-1.9.1

Reported by: chetan.gupta21@gmail.com Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.9.1
Keywords: Cc:
Blocked by: Blocking:
Description

Accroding to http://jquery.com/upgrade-guide/1.9/ the hover event

is removed & if needed to be used, I need to use jQuery Migrate plugin, but when I tested this without using jQuery Migrate plugin then also it is working fine.

Similar scene for .attr().

-

Chetan

Attachments (0)
Change History (2)

Changed May 09, 2013 12:40PM UTC by anonymous comment:1

Same scene for toggle()

Changed May 10, 2013 05:17PM UTC by timmywil comment:2

resolution: → notabug
status: newclosed

I'm not sure what you're saying, but the hover event when used as a string is no longer split into mouseenter/mouseleave. It doesn't mean that the .hover method will not work or that some event named "hover" will not be fired if triggered.

Also, there are certain behaviors when using .attr() and .toggle() that have changed.