Posts by andrebaltieri • 46 points
2 posts
-
2
votes1
answer112
viewsA: Ajaxbeginform replace does not work
You added the scripts: ~/Scripts/jquery.unobtrusive-ajax.js If you don’t have it in your project, you have it in this package: https://www.nuget.org/packages/Microsoft.jQuery.Unobtrusive.Ajax/ In…
-
1
votes4
answers1904
viewsA: How to control when localstorage data expires?
Although it varies according to the Browser, Localstorage has a limit size: https://stackoverflow.com/questions/3500713/html5-localstorage-size I don’t know if there is any way to clean it…