You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using jQuery migrate 3.3 and jQuery 3.5 shows the following deprecations:
JQMIGRATE: Use of number-typed values is deprecated in jQuery.fn.css JQMIGRATE: jQuery.fn.resize() event shorthand is deprecated
This is related to adding styles to $.css() that don't have a unit after the width or height (CSS requires defined units, which can be in %, em, px, vw, vh, etc.)
There may be other issues as well, but this is the one currently highlighted on our site.
The text was updated successfully, but these errors were encountered:
Hey Denis. Thanks for opening an issue and suggesting a fix.
Given that more and more people are moving away from jQuery, we're working on a replacement for this plugin. Meanwhile, we are limiting the scope of support for this plugin to critical bug fixes and security fixes.
I'll leave the issue open for some time so other users could copy your solution to fix the warnings.
Using jQuery migrate 3.3 and jQuery 3.5 shows the following deprecations:
JQMIGRATE: Use of number-typed values is deprecated in jQuery.fn.css
JQMIGRATE: jQuery.fn.resize() event shorthand is deprecated
This is related to adding styles to $.css() that don't have a unit after the width or height (CSS requires defined units, which can be in %, em, px, vw, vh, etc.)
There may be other issues as well, but this is the one currently highlighted on our site.
The text was updated successfully, but these errors were encountered: