jMsAjax
This Plugin enhances the existing jQuery.ajax to support asp.net Date formatting and other quirks.
It will work for both Page Methods and Web Services, Post and Get.
Data is passed in as a JSON object and will format depending on request.
Supports minimum of ASP.net 2.0 with Ajax Extensions installed
Only 4Kb when minified.
Download now available at Home page (02/06/2008 00:00:00 UTC)
Example of Use:
$.jmsajax({
type: "POST",
url: "Default.aspx",
method: "getTime",
dataType: "msjson",
data: { date_in: new Date() },
success: function(data) {
$("#DivTime").html(String(data));
}
});Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 0.2.2 | 2009-Feb-14 | n/a | Recommended for 1.0.x | ||
