UNPKG

@audithsoftworks/jquery.uniform

Version:

A jQuery plugin to make your form controls look how you want them to. Now with HTML-5 attributes!

16 lines (12 loc) 244 B
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; }; } );