benmajor / jQuery-Touch-Events

A collection of mobile event plugins for jQuery.
MIT License
699 stars 225 forks source link

Deprecated technique #162

Closed ctwist closed 4 years ago

ctwist commented 4 years ago

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.

ctwist commented 4 years ago

I should have searched the closed issues before posting this. It has already been addressed,