#8445 closed enhancement (wontfix)
Shortcut for mousewheel triggering and binding
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | unfiled | Version: | 1.5.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I was wondering whether it would be reasonable to implement a shortcut for 'mousewheel' just as alot of events already have a corresponding shortcut.
So basically
.mousewheel()
would equal to
.trigger('mousewheel')
whilst
.mousewheel(func)
would equal to
.bind('mousewheel', func)
Thanks.
Note: See
TracTickets for help on using
tickets.
Sorry, we'd like to keep those to a minimum.