jquery请求数据

Posted 影响力

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jquery请求数据相关的知识,希望对你有一定的参考价值。

$(document).ready(function() {
$.ajax({
url: "http://123.207.88.84:8080/zdm/AppApi/Search/CategoryList",
data: sendData,
type: "POST",
dataType: "json",
}).done(function(json) {
_this.message = json;
console.log(json);
}).fail(function(xhr, status, errorThrown) {
alert("Sorry, there was a problem!");
console.log("Error: " + errorThrown);
console.log("Status: " + status);
console.dir(xhr);
}).always(function(xhr, status) {
console.log("The request is complete!");
});
// Your code here.
}); //ready

 

以上是关于jquery请求数据的主要内容,如果未能解决你的问题,请参考以下文章

几个有用的JavaScript/jQuery代码片段(转)

jQuery高级Ajax

jQuery应用 代码片段

实用代码片段将json数据绑定到html元素 (转)

Visual Studio 2012-2019的130多个jQuery代码片段。

markdown 在WordPress中使用jQuery代码片段