Home of the jQuery Ms Ajax Plugin!
Update 14/02/2009: jMsAjax 0.2.2 out! Allows dates older than 1970.
Also included in the download now is the
Unminified version.
For any comments or Suggestions please place a comment on my
blog
jMsAjax is a simple wrapper with a few enhancements for the $.ajax function
built into jQuery to support ASP.net. The plugin supports both Web Methods and
Web Services for both GET and POST requests.
A few features of the plugin include:
- All features available to $.ajax are still available for $.jmsajax
- Safe parsing of the returned JSON object if dataType 'msjson' is used
(note: msjson must be used for correct date parsing)
- Data can be sent to the server as a JSON object
- Same syntax can be used for both GET and POST requests
- The returned JSON object is ready to use without accessing the 'd' property
- The method is separated from the URL
Supports minimum of ASP.net 2.0 with Ajax Extensions installed.