DataTables / DataTablesSrc

DataTables source repository
https://datatables.net
MIT License
628 stars 423 forks source link

jQuery compliance (jQuery event shorthands are deprecated) #162

Closed Mrks83 closed 4 years ago

Mrks83 commented 4 years ago

A few functions use jQuery event shorthands, marked as deprecated and removed in recent versions.

jQuery.fn.blur() event shorthand is deprecated jQuery.fn.focus() event shorthand is deprecated

In order to be compliant with jQuery >= 3.3 these shorthands must be replaced.

How to reproduce:

  1. include jquery-migrate.js
  2. do some actions (e.g. click dataTables buttons)
  3. check console output.
DataTables commented 4 years ago

Thanks - we'll get this sorted for the next patch.