var _topheight = $(".a_background_top").height();
var _middleheight = $(".a_background_middle").height() / 2;
var _boy = $("#boy");
var _boyheight = _boy.height();
_boy.css({
top: (_topheight + _middleheight) - _boyheight + 25
});
var _middleheight = $(".a_background_middle").height() / 2;
var _boy = $("#boy");
var _boyheight = _boy.height();
_boy.css({
top: (_topheight + _middleheight) - _boyheight + 25
});
2017-08-14
GET http://www.xianlaiwan.cn/upload/media/happy.wav 404 (Not Found)
Uncaught (in promise) DOMException: Failed to load because no supported source was found.
報錯了 沒有文件
Uncaught (in promise) DOMException: Failed to load because no supported source was found.
報錯了 沒有文件
2017-08-14
我使用了jquery的1.7.2版本的 在使用 .then 的時候會出現有bug,,比如燈的class沒有加上去。。。改成了版本1.9.1版本的就好了。。woc
2017-08-13