Opened 10 years ago
Closed 10 years ago
#13871 closed bug (notabug)
jquery-1.9.1
Reported by: | 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
Change History (2)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
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.
Note: See
TracTickets for help on using
tickets.
Same scene for toggle()