FlexSlider icon indicating copy to clipboard operation
FlexSlider copied to clipboard

Deprecated jQuery 3.0+ functions

Open jonyo opened this issue 7 years ago • 1 comments

I am working on upgrading to latest version of jQuery, using the jquery-migrate plugin to help. Below are a list of functions that the migration gave warnings for:

  • jQuery.fn.blur() event shorthand is deprecated
  • jQuery.fn.focus() event shorthand is deprecated
  • jQuery.fn.delegate() is deprecated
  • jQuery.fn.bind() is deprecated
  • jQuery.fn.hover() is deprecated

There may be other deprecated or removed methods, those are the ones that come up with my use of the flex slider and using the jquery-migrate plugin.

jonyo avatar Apr 04 '18 21:04 jonyo

This is still a problem that needs to be fixed. Upgrading to jQuery 3.5 and see issues with $.blur() and $.focus()

DenisLabrecque avatar Jun 26 '20 16:06 DenisLabrecque