I have a function that starts like this:
jQuery(function($) {
$('#map').bind('mousewheel', function(e, delta) {
The function starts when I scroll with my mouse, how do I do if I also want to execute this function with doubleclick? So that the user can choose himself.
Thanks!
Try this, but you won’t have
deltaavailable fordblclickevent.