This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// jquery.jqax.js - A plugin for jQuery ajax wrapping some common | |
// functionality aimed at .NET services and page methods | |
// Ben Cull - 18 August 2010 | |
(function($) { | |
$.jQax = function(options) { | |
// Load Defaults and make them public | |
this.defaults = { | |
ShowLoading: true, |