pisi / Longclick

Press & hold mouse/touch "long click" special event for jQuery 1.4
GNU General Public License v2.0
48 stars 27 forks source link

jQuery.event.handle() was removed from jQuery 1.9.1 #6

Open ashersz opened 11 years ago

ashersz commented 11 years ago

Could you update your code to work with jQuery 1.9.1 or give instructions how to modify your code. Thanks Asher

ashersz commented 11 years ago

I am using now $.event.dispatch.apply(element,args); instead of $.event.handle.apply(element, args);

paganaye commented 10 years ago

Thank you ashersz

ivan-redooc commented 7 years ago

So Longclick is working even on last versions of jQuery?