我把它放在我的脑海里,那里没有其他 jquery 的东西。
谁能建议为什么这不起作用。我的页面在这里 - www.haelu.co.nf
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="https://raw.github.com/motyar/firefly/master/jquery-firefly-0.2.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$.firefly({
images : ['http://www.itsfirefly.com/images/fly1by1.png','http://www.itsfirefly.com/images/fly2by2.png'], //Fly images
total : 165, //number of flies
on: '#header' //id of div
});
});
</script>