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
Research the feasibility of completely removing jQuery.
jQuery was removed from Bootstrap as of version 5, making it easier to remove as a dependency for our apps. All custom scripts should be rewritten in plain vanilla JavaScript.
Research the feasibility of completely removing jQuery.
jQuery was removed from Bootstrap as of version 5, making it easier to remove as a dependency for our apps. All custom scripts should be rewritten in plain vanilla JavaScript.
The trickiest functionality will be the ASP.NET client-side validation which relies on jQuery. Here's one alternative: Adding client-side validation to ASP.NET Core, without jQuery or unobtrusive validation
The text was updated successfully, but these errors were encountered: