开发者

how to call webservice using jquery 1.0.pack?

开发者 https://www.devze.com 2023-02-14 09:05 出处:网络
Is there any possibility 开发者_运维技巧to call webservice using jQuery 1.0.pack.js?According to the jQuery Ajax docs the $.ajax() method was added in version 1.0. You can use this method to call remo

Is there any possibility 开发者_运维技巧to call webservice using jQuery 1.0.pack.js?


According to the jQuery Ajax docs the $.ajax() method was added in version 1.0. You can use this method to call remote web services.

jQuery.ajax( settings )                            version added: 1.0

You can see the 1.0 API documentation here.

0

精彩评论

暂无评论...
验证码 换一张
取 消