jquery ajax
2021-06-08 10:02
标签:img set date() alert query getjson attribute function ashx .getJSON(‘../Ajaxload/UptateDoor.ashx?date=‘ + new Date()+‘&sate=1‘+‘&room=‘+no, function (st) { jquery ajax 标签:img set date() alert query getjson attribute function ashx 原文地址:http://www.cnblogs.com/axin85/p/7307112.html
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("修改失败!");
}
});