Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

jMsAjax


Average rating
(3 votes)

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 releasesDateSizeLinksStatus
0.2.22009-Feb-14n/aRecommended for 1.0.xThis is currently the recommended release for 1.0.x.