2X faster development
The ultimate ASP.NET MVC UI toolkit to boost your development speed.
Problem: How to resolve script error “Object does not support” in IE browser Example: Refer the below screenshots for the error in different browsers. IE: Firefox: Chrome:
Solution: While referring multiple JQuery plugin files, the above mentioned issue will occur. We can resolve the mentioned issue by removing more than one jquery plugin files which are referred. Please refer the below screenshots. MVC:
Remove the line “@Scripts.Render("~/bundles/jquery")” from the layout.cshtml page in MVC project.
ASP.Net Remove the line “<asp:ScriptReference Name="jquery" />” from the site.master page in ASP.Net project.
|
2X faster development
The ultimate ASP.NET MVC UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.