最赞回答 / 慕慕5903985
next.oncanplay = function(){ list.style.left = paresInt(list.style.left) - 600 + 'px'; } }首先你上面的paresInt写错了,是parseInt。然后你是说要点击是应该要用onclick事件。希望对你有帮助。
2016-08-18
最新回答 / 葱匆行天下
你的buttons变量应该指的是这个ul元素下的所有li元素,那么这行代码<...code...>中的this指向的就是第i个li元素,所有获取index属性时会返回为NaN,另外index是不符合规范的属性,如果一定要用的话建议加上“data-”前缀
2016-08-15