我正在尝试使用jQuery插件来获取视频背景,来自这个网站:http://dfcb.github.io/BigVideo.js/
这就是我在html中获取库的方式:
<script src="jquery-1.6.2.min.js" type="text/javascript"></script>
<script src="jquery-1.9.1.js" type="text/javascript"></script>
<script src="map.js" type="text/javascript"></script>
<script src="jquery.imagesloaded.js" type="text/javascript"></script>
我预览时似乎没有发生任何事情。我错过了什么吗?有人有关于如何使用此插件的更好说明吗?谢谢!