| Path : /proc/thread-self/root/var/www/html/smartcirqls.com/vendors/jquery/src/effects/ |
| Current File : //proc/thread-self/root/var/www/html/smartcirqls.com/vendors/jquery/src/effects/animatedSelector.js |
define( [
"../core",
"../selector",
"../effects"
], function( jQuery ) {
jQuery.expr.filters.animated = function( elem ) {
return jQuery.grep( jQuery.timers, function( fn ) {
return elem === fn.elem;
} ).length;
};
} );