corrade-http-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 61  →  ?path2? @ 62
/instantMessage/node_modules/bootstrap-validator/sandbox/jquery/src/effects/animatedSelector.js
@@ -0,0 +1,13 @@
define([
"../core",
"../selector",
"../effects"
], function( jQuery ) {
 
jQuery.expr.filters.animated = function( elem ) {
return jQuery.grep(jQuery.timers, function( fn ) {
return elem === fn.elem;
}).length;
};
 
});