JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "animatedSelector-20250510144738.js"
Full Path: /var/www/html/ctctaxi/public/assets/vendor_components/jquery/src/effects/animatedSelector-20250510144738.js
File size: 244 bytes
MIME-type: text/plain
Charset: utf-8
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;
};
} );