how to call webservice using jquery 1.0.pack?
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.
精彩评论