mattbryson / TouchSwipe-Jquery-Plugin

TouchSwipe is a jquery plugin to be used with jQuery on touch input devices such as iPad, iPhone etc.
http://labs.rampinteractive.co.uk/touchSwipe/
Other
4.05k stars 1.68k forks source link

Bind and unbind is deprecated in jquery 3.0, so swap to .on and .off #323

Closed jer2665 closed 5 years ago

jer2665 commented 7 years ago

I'm currently upgrading my site to jquery3 and .bind and .unbind are deprecated, so change to use .on and .off respectively.

knoxcard commented 5 years ago

Yes! This needs to be merged ASAP, thanks @jer2665