TouchSwipe-Jquery-Plugin
TouchSwipe-Jquery-Plugin copied to clipboard
jQuery 3 support .bind and .unbind deprecated
jquery-migrate-3.0.0.js?r=6832:62 JQMIGRATE: jQuery.fn.unbind() is deprecated
https://jquery.com/upgrade-guide/3.0/#deprecated-bind-and-delegate
internally, jquery already just maps the functions to on() and off() https://github.com/jquery/jquery/blob/1b9575b9d14399e9426b9eacdd92b3717846c3f2/src/deprecated.js
Thanks for the heads up, I'll swap over the method calls.
will action this in the next release that re works the event model
@mattbryson Did you ever take care of this? (Your comments are more recent than the last code update.)