I am upgrading from jQuery 1.12.4 to 3.4.1, and this caused swiping to stop working.
In accordance with the instructions at [https://github.com/jquery/jquery-migrate](), I ran with jQuery 2.2.4 and jQuery Migrate 1.4.1. This produced the console error:
JQMIGRATE: jQuery.attrFn is deprecated
There are 3 uses of attrFn in jQuery-Touch-Events.
I am upgrading from jQuery 1.12.4 to 3.4.1, and this caused swiping to stop working.
In accordance with the instructions at [https://github.com/jquery/jquery-migrate](), I ran with jQuery 2.2.4 and jQuery Migrate 1.4.1. This produced the console error: JQMIGRATE: jQuery.attrFn is deprecated
There are 3 uses of attrFn in jQuery-Touch-Events.
More details: [https://github.com/jquery/jquery-mobile/pull/4759]() [https://stackoverflow.com/questions/14384967/jquery-1-9-0-breaks-attrfn-object]()
These 3 deprecated function calls need to be replaced.