JsAction is a simple and lightweight RouteHandler for ASP.NET MVC that will generate automatic jQuery based Javascript and provide a direct way to call MVC Action Methods using a single data annotation.
You will no longer have to write custom ajax calls to retrieve data, but just use this library.
- Mark your method with JsActionAttribute
- Call it directly from JavaScript with FULL intellisense support!!
qUnit tested:
Check the Wiki for more informations.