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
jQuery has a tool which lets you see if your code will soon stop working (because of changes to newer versions of jQuery). When I use this tool on my site, with beforepopstate, it flags the use of _data.
jQuery has a tool which lets you see if your code will soon stop working (because of changes to newer versions of jQuery). When I use this tool on my site, with beforepopstate, it flags the use of
_data
.You can find the jQuery migrate plugin here:
https://github.com/jquery/jquery-migrate/
For compatibility with the current (and future) versions of jQuery, please consider rewriting these
_data
calls.The text was updated successfully, but these errors were encountered: