亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

jquery animate({background:'red'})無效果???

<!DOCTYPE html>

<head>

? ? <meta charset="utf-8">

? ? <script type="text/javascript" src="../js/jquery-2.0.0.min.js"></script>

? ? <script type="text/javascript">

? ? ? ? $(document).ready(function()

? ? ? ? {

? ? ? ? ? ? $(".btn1").click(function (){

? ? ? ? ? ? ? ? $("p:eq(0)").animate({

? ? ? ? ? ? ? ? ? ? height : '300px',

? ? ? ? ? ? ? ? ? ?background : 'red'});

? ? ? ? ? ? });

? ? ? ? ? ? $(".btn2").click(function () {

? ? ? ? ? ? ? ? $("p:eq(0)").animate({

? ? ? ? ? ? ? ? ? ? height : '100px'

? ? ? ? ? ? ? ? })

? ? ? ? ? ? })

? ? ? ? })

? ? </script>

</head>

<body>

<p style="background:#00B83F">This is a paragraph.</p>

<button class="btn1">Hide</button>

<button class="btn2">Show</button>

</body>

</html>


正在回答

3 回答

動畫只能用于數值的效果 比如高寬 爾不能用于背景顏色的效果

2 回復 有任何疑惑可以回復我~

不看文檔嗎。。。。

0 回復 有任何疑惑可以回復我~

$aaron.animate({
?????????????? ?
??????????? },100, function(){
??????????????? $(this).css("background-color","red")
??????????? });

可以換種方法改變背景顏色

0 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消

jquery animate({background:'red'})無效果???

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號