-5
jQuery Marquee和jquery 1.6.4一起工作嗎? 這裏有資料http://plugins.jquery.com/marquee/該庫可以使用jquery> = 1.6.4。 這是我的代碼:jQuery Marquee和jquery 1.6.4一起工作嗎?
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script src="https://raw.github.com/tobia/Pause/master/jquery.pause.js"></script>
<script src="http://jquery.aamirafridi.com/jquerymarquee/jquery.marquee.js"></script>
<script>
$(function(){
$('#marquee').marquee();
});
</script>
<style type="text/css">
.marquee {
width: 300px;
overflow: hidden;
border:1px solid #ccc;
}
</style>
<body>
<div id='marquee' class='marquee'>Less text here</div>
</body>
那麼,你的代碼工作? – jrummell 2013-03-20 16:20:51
你爲什麼不自己嘗試一下? – 2013-03-20 16:21:25
jquery 1.6.4 - 發佈日期9/12/2011。你還沒有升級? – epascarello 2013-03-20 16:21:51