【发布时间】:2015-03-15 11:27:23
【问题描述】:
有没有办法在 JQuery 中通过淡出或动画来更改 DIV 背景?
例如,我想用这段代码改变背景
$('#DIV').css("background", "url(Image1.jpg)")
if (Button1 == true) {
$('#DIV').css("background", "url(Image2.jpg)") }
【问题讨论】:
标签: html background jquery-animate