jQuery FadeIn 一张又一张地嵌套图像
嗨,JQuery 大师,我需要你的帮助,我有一些 div
with images (images are hide via css) in a document and i want to fadeIn images in div,s 1 after 1 with 500ms delay and when all images are fadeIn callback alert completed please do this with little jQuery code Thanks<div class="post"> <div class="image-div"> <img src="img" /> </div> </div>
![]()
![]()
![]()
<代码>
Hi JQuery Masters i need some help from you, i have some div's
<div class="post">
<div class="image-div">
<img src="img" />
</div>
</div>
<div class="column">
<div class="image-div">
<img src="img" />
</div>
</div>
<div class="sidebar">
<div class="image-div">
<img src="img" />
</div>
</div>
<div class="footer">
<div class="image-div">
<img src="img" />
</div>
</div>
with images (images are hide via css) in a document and i want to fadeIn images in div,s 1 after 1 with 500ms delay and when all images are fadeIn callback alert completed please do this with little jQuery code Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查工作示例 http://jsfiddle.net/Xc6jn/3/
Check working example at http://jsfiddle.net/Xc6jn/3/