欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

mootools 中的ajax请求

程序员文章站 2022-05-03 21:34:01
...

var myRequest = new Request({
method: 'get',
url: '../',
async: false,
evalScripts: true,
onSuccess: function (responseText) {
../
},
onFailure: function () {
../

}
}).send();





var myHTMLRequest = new Request({url:'',update:'div'}).get({'val': val});

相关标签: Mootools Ajax