The problem of isArrayLike function in jQuery

        if ( obj.nodeType === 1 && length ) {
            return true;
        }

this code removes

May.10,2022

ios8.2 has previously produced a bug, but does not appear on the simulator: https://github.com/jquery/jqu...

Menu