Skip to main content

Bug Tracker

Side navigation

#8445 closed enhancement (wontfix)

Opened March 05, 2011 11:05AM UTC

Closed March 30, 2011 06:06PM UTC

Last modified March 14, 2012 12:52PM UTC

Shortcut for mousewheel triggering and binding

Reported by: pimvdb@live.nl 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.

Attachments (0)
Change History (1)

Changed March 30, 2011 06:06PM UTC by dmethvin comment:1

resolution: → wontfix
status: newclosed

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