All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scripts.node_modules.jquery.src.effects.animatedSelector.js Maven / Gradle / Ivy

The newest version!
define( [
	"../core",
	"../selector",
	"../effects"
], function( jQuery ) {

"use strict";

jQuery.expr.pseudos.animated = function( elem ) {
	return jQuery.grep( jQuery.timers, function( fn ) {
		return elem === fn.elem;
	} ).length;
};

} );




© 2015 - 2025 Weber Informatics LLC | Privacy Policy