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
I am trying to upgrade to the latest 3.5.1 version of JQuery with the 3.3.0 migration tool, but it is not showing any warnings for the following breaking changes to selectors :
for example $(".element:first") should be showing a warning according to the deprecated documentation but this is working well and with no errors or warnings.
Many thanks
The text was updated successfully, but these errors were encountered:
I am trying to upgrade to the latest 3.5.1 version of JQuery with the 3.3.0 migration tool, but it is not showing any warnings for the following breaking changes to selectors :
https://api.jquery.com/category/deprecated/deprecated-3.4/
for example $(".element:first") should be showing a warning according to the deprecated documentation but this is working well and with no errors or warnings.
Many thanks
The text was updated successfully, but these errors were encountered: