JQ引用:<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>就可以了
2017-12-05
使用的jq版本是3.2.1,使用animate没有效果,百度了一下发现animate支持的css属性有限,所以后来把代码里的animate都换成transform了,transform的使用方法和animate一样
2017-08-10
这一行出现 var $targetImg=$(imgAll[imgArrIndex][i]); Uncaught TypeError: Cannot read property '0' of undefined
2017-06-18