Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 11 years ago

#8445 closed enhancement (wontfix)

Shortcut for mousewheel triggering and binding

Reported by: [email protected] 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.

Change History (1)

comment:1 Changed 12 years ago by dmethvin

Resolution: wontfix
Status: newclosed

Sorry, we'd like to keep those to a minimum.

Note: See TracTickets for help on using tickets.