【发布时间】:2014-02-07 18:32:14
【问题描述】:
我的页面中有两个名为 div1 和 div2 的 div 和一个按钮。最初 div2 将被隐藏。当我点击按钮时应该会发生三件事
1.close the div1 with some animation
2.Show a loading image for a particular amt of time
3.Show the div2 with some animation
如何使用 jquery 实现上述功能?
【问题讨论】:
-
这个问题在 Stackoverflow 上是题外话。 Stackoverflow 不适用于“请给我 X 的代码”之类的问题。开始编码,做一些研究,学习 jQuery。那么当您在实施过程中遇到困难时,我们将很乐意为您提供帮助
标签: jquery animation image-loading