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.
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:
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.