【发布时间】:2011-08-31 12:53:26
【问题描述】:
我需要在 jquery 中创建一个图像转换/推子,同时改变父容器的背景颜色...
我需要能够传递一个 2-dim 数组,其中包含一组图像和匹配的背景颜色。
<div id="parent">
<div id="some_div">with some information (should not be changed)</div>
<div id="image_holder">this image has to be replaced</div>
</div>
【问题讨论】:
标签: jquery arrays image background fadein