jquery ajax
Posted A欣
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jquery ajax相关的知识,希望对你有一定的参考价值。
.getJSON(‘../Ajaxload/UptateDoor.ashx?date=‘ + new Date()+‘&sate=1‘+‘&room=‘+no, function (st) {
if(st.con =="open")
{
var elein = document.getElementById(‘animation_element‘);
elein.setAttribute(‘src‘, ‘img/jiance/门锁开.png‘);
fadein(elein, 80, 6000);
}
else if (st.com == "no") {
alert("修改失败!");
}
});
以上是关于jquery ajax的主要内容,如果未能解决你的问题,请参考以下文章