Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jquery/jquery
/ sibling
Function
sibling
src/traversing.js:104–107 ·
view source on GitHub ↗
( cur, dir )
Source
from the content-addressed store, hash-verified
102
} );
103
104
function
sibling( cur, dir ) {
105
while
( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {}
106
return
cur;
107
}
108
109
jQuery.each( {
110
parent:
function
( elem ) {
Callers
1
traversing.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected