jQuery-toggleClass上的函数完成

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jQuery-toggleClass上的函数完成相关的知识,希望对你有一定的参考价值。

How can I do a function once a toggleClass has completed?

The .toggleClass method along with all other animation methods return a deferred object that you can access using .promise(). At that point, you can bind to it's done method.
  1. $("#loader").toggleClass('fadeOut',600).promise().done(function(){
  2. alert('a');
  3. });

以上是关于jQuery-toggleClass上的函数完成的主要内容,如果未能解决你的问题,请参考以下文章

新 Apple TV(第 3 代)上的 Airplay,第二个屏幕不是 1080p

Android 上的 FacebookSDK - 与消息正文共享照片内容

IOC 控制反转Android 事件依赖注入 ( 事件依赖注入具体的操作细节 | 获取 Activity 中的所有方法 | 获取方法上的注解 | 获取注解上的注解 | 通过注解属性获取事件信息 )(代

Android应用程序作业代写代写Android作业

如何等待module.export函数完成请求,然后再将其返回值分配给不同JS文件中的变量[重复]

JVM性能优化