我有一段jQuery代碼爲這是工作在普通的HTML頁面,但在JSP頁面不能在這裏工作動畫不工作是我的代碼jQuery代碼在JSP頁面
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js" type="text/javascript"></script>
<script src="http://dev.jquery.com/view/trunk/plugins/color/jquery.color.js" type="text/javascript"></script>
<script>
$('#totalCost1').stop().animate({ backgroundColor: '#ffe000' }, 250).animate({ backgroundColor: '#f0f0f0'}, 750);
$('#coop1').stop().animate({ backgroundColor: '#ffe000' }, 250).animate({ backgroundColor: '#f0f0f0'}, 750);
$('#outOfPocket1').stop().animate({ backgroundColor: '#ffe000' }, 250).animate({ backgroundColor: '#f0f0f0'}, 750);
</script>
*不*工作是不是非常有幫助。不工作如何?錯誤?意外的結果? – alex 2011-05-03 12:21:23
九個月* 24個其他問題*。有鑑於此,您現在應該可以對代碼進行格式化。 @alex爲你修正了第一個版本,但你最近的修改再次打破了它。查看問題編輯區域右側的方便**如何格式化**框,以及上面** [?] **中的[鏈接頁面](http://stackoverflow.com/editing-help)問題領域。 – 2011-05-03 12:29:29