Ticket #3738: animated-filter.patch
File animated-filter.patch, 480 bytes (added by , 13 years ago) |
---|
-
selector.js
807 807 jQuery.css(elem, "display") !== "none" && 808 808 jQuery.css(elem, "visibility") !== "hidden"; 809 809 }; 810 Sizzle.selectors.filters.animated = function(elem){ 811 return jQuery.grep(jQuery.timers,function(fn){return elem==fn.elem;}).length; 812 }; 810 813 811 814 jQuery.multiFilter = function( expr, elems, not ) { 812 815 if ( not ) {