xiaobao
xiaobao
Hi I am wondering how do you use ajax manager with deferred ajax that came out with the release of jquery 1.5? Thanks
Hi I did this $('#Id').live('click', function () { /\* Ajax request to load form into it */ var manager = $.manageAjax.create('nonCachedAjaxRequests', { preventDoubbleRequests: true, cacheResponse: false }); ``` manager.add ({...