jquery-powertip
jquery-powertip copied to clipboard
jQuery Migrate warning: jQuery.type is deprecated
jQuery 3.6.4 with Migrate 3.4.1 gives the following warning:
MIGRATE: jQuery.type is deprecated
in:
if ($.type(opts) === 'string' && $.powerTip[opts]) {
This seems to be the only warning :)