Client Side Model-Aware Validation
In a previous post, we built a model-aware validator using Foolproof for ASP.NET MVC. Now, it’s time to create the client side version because posting back sucks.
Web and Game Developer
In a previous post, we built a model-aware validator using Foolproof for ASP.NET MVC. Now, it’s time to create the client side version because posting back sucks.
Stop writing render code in multiple places in your ASP.NET MVC ajax applications. Learn how to push your model to the browser and use jQuery to bind it to templates.
Create “foreach” functionality in JavaScript using an Array prototype function.
Use the plug-in postify.js to handle posting complex JavaScript objects to ASP.NET MVC controllers using the default model binder.
Implement a simple jQuery plugin that simplifies AJAX-based polling in your web applications.
Create a prototype function to make delaying function execution more readable.