您的位置:首页 > Web前端 > JQuery

jQuery:事件发生的顺序

2015-05-15 11:33 246 查看
In a nutshell

With all the variations to consider when applying effects, it can become difficult

to remember whether the effects will occur simultaneously or sequentially. A brief

outline might help.

Effects on a single set of elements are:

• Simultaneous when applied as multiple properties in a single

.animate()method

• Queued when applied in a chain of methods, unless the queueoption

is set to false

Effects on multiple sets of elements are:

• Simultaneous by default

• Queued when applied within the callback of another effect or within the

callback of the .queue()metho
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: