老師的知識(shí)點(diǎn)都講的挺好 , 就是一些細(xì)節(jié)東西不屑講 , 像比例 坐標(biāo) 位置點(diǎn)..
2017-08-15
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://idcbgp.cn/upload/media/happy.wav 404 (Not Found)
Uncaught (in promise) DOMException: Failed to load because no supported source was found.
報(bào)錯(cuò)了 沒(méi)有文件
Uncaught (in promise) DOMException: Failed to load because no supported source was found.
報(bào)錯(cuò)了 沒(méi)有文件
2017-08-14
我使用了jquery的1.7.2版本的 在使用 .then 的時(shí)候會(huì)出現(xiàn)有bug,,比如燈的class沒(méi)有加上去。。。改成了版本1.9.1版本的就好了。。woc
2017-08-13
最新回答 / 熱愛(ài)前端的學(xué)生
自己平常多做幾個(gè)實(shí)例就熟悉了.找?guī)讉€(gè)自己感興趣的動(dòng)畫(huà),然后嘗試著慢慢去實(shí)現(xiàn)它們
2017-08-11