課程
/前端開發(fā)
/HTML/CSS
/CSS3+JS 實現(xiàn)超炫的散列畫廊特效
Uncaught ReferenceError: turn is not defined 這是怎么回事,需要怎么辦呢
2016-07-21
源自:CSS3+JS 實現(xiàn)超炫的散列畫廊特效 2-3
正在回答
你是不是忘記在<div class="photo photo_center photo_front" onclick="turn(this)" id="photo_{{index}}">中忘記加?onclick="turn(this)"了,或者js中你沒用turn()這個函數(shù)名?
舉報
實現(xiàn)更自由的切換照片的畫廊效果,打造超酷的切換動畫
2 回答Uncaught TypeError:document[method] is not a function
2 回答TypeError: /photo-front/.text is not a function
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2016-07-21
你是不是忘記在<div class="photo photo_center photo_front" onclick="turn(this)" id="photo_{{index}}">中忘記加?onclick="turn(this)"了,或者js中你沒用turn()這個函數(shù)名?