Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/JsAaron/jQuery
/ sibling
Function
sibling
2.1.1/src/traversing.js:127–130 ·
view source on GitHub ↗
( cur, dir )
Source
from the content-addressed store, hash-verified
125
});
126
127
function
sibling( cur, dir ) {
128
while
( (cur = cur[dir]) && cur.nodeType !== 1 ) {}
129
return
cur;
130
}
131
132
jQuery.each({
133
parent:
function
( elem ) {
Callers
1
traversing.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected