资 源 简 介
This plugin is a jQuery 1.2.6 shortcut to the call Web Services or Page Methods under .NET Framework.
With this plugin you can develop AJAX sites under .NET easier than ever, with an EXCEPTIONAL performance!.
I tested this plugin with the JSON.NET framework http://www.codeplex.com/Json. I used this framework, because is very flexible with the JSON output.
I hope you like it,
and Happy Coding!
Updates
2009-05-12 - Added the versions 0.2 & 0.3 of the plugin by San Chen contribution (thx!).
Version 0.2: Removes the dependency of the JS JSON external library. Now uses the ASP.NET AJAX JSON integrated parser.
Version 0.3: Changes the plugin function signature, so this WILL BREAK YOUR OLD CODE. Now the function call is: function(url, data, onSuccess, onFailure, userContext). And the signatures of onSuccess, onFailure becomes function(result,