jquery 的animate()方法可以改变背景颜色么?
我写的代码为什么改变不了背景颜色呢?$("div:contains('你好')").click(function(){ $(this).animate({bac...
我写的代码为什么改变不了背景颜色呢?$("div:contains('你好')").click(function(){ $(this).animate({background:"red"},3000) })
展开
4个回答
展开全部
.animate() 方法只可以操作以下样式,所以你的代码不生效:
------------------------------------------------
* backgroundPosition
* borderWidth
* borderBottomWidth
* borderLeftWidth
* borderRightWidth
* borderTopWidth
* borderSpacing
* margin
* marginBottom
* marginLeft
* marginRight
* marginTop
* outlineWidth
* padding
* paddingBottom
* paddingLeft
* paddingRight
* paddingTop
* height
* width
* maxHeight
* maxWidth
* minHeight
* maxWidth
* font
* fontSize
* bottom
* left
* right
* top
* letterSpacing
* wordSpacing
* lineHeight
* textIndent
animate修改不了颜色的
------------------------------------------------
* backgroundPosition
* borderWidth
* borderBottomWidth
* borderLeftWidth
* borderRightWidth
* borderTopWidth
* borderSpacing
* margin
* marginBottom
* marginLeft
* marginRight
* marginTop
* outlineWidth
* padding
* paddingBottom
* paddingLeft
* paddingRight
* paddingTop
* height
* width
* maxHeight
* maxWidth
* minHeight
* maxWidth
* font
* fontSize
* bottom
* left
* right
* top
* letterSpacing
* wordSpacing
* lineHeight
* textIndent
animate修改不了颜色的
展开全部
页面上只引用一个jquery的脚本是不行的,color属于ui,在引用一个jquery-ui的脚本就可以了。然后:({backgroundColor:"red"},3000) })
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
色彩动画并不不包含在核心jQuery库中。
如果需要生成颜色动画,您需要从 jquery.com 下载 颜色动画 插件。
如果需要生成颜色动画,您需要从 jquery.com 下载 颜色动画 插件。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
应该是 backgroundColor:"red"
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |