//Column //Send ajax request $ .getJSON( "../../../Templet/GetInfoHandler.ashx", //Server page that generates JSON data {id: "0", sid: "1;2;3 ", rid: Math.round(Math.random() * 10) }, //Query string sent to the server //Process the returned JSON data function(json) { //Loop through the data in json and present it in the list $("#column_0_1").empty(); var colstr = '
//Column //Send ajax request $.getJSON( "../../../Templet/GetInfoHandler.ashx ", //Server page that generates JSON data {id: "0", sid: "1;2;3", rid: Math.round(Math.random() * 10) }, //To Query string sent by the server //Process the returned JSON data function(json) { //Loop through the data in json and present it in the list $("# column_0_1").empty(); var colstr = '
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn