var myChildrenBehave = $(".element").filter(function() ( var filtered = $(this).children().not(":animated"); return filtered; ));
Esto selecciona el elemento solo si sus hijos se comportan (no están animados). Muy útil en un menú desplegable (al pasar el mouse o hacer clic)