1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25JsAction
========
[](http://unmaintained.tech/)
Build Status: [](https://ci.appveyor.com/project/XVincentX/jsaction/branch/master)
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.
1. Mark your method with **JsActionAttribute**

2. Call it directly from JavaScript with FULL intellisense support!!

qUnit tested:

Check the Wiki for more informations.