Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/JsAaron/jQuery
/ sibling
Function
sibling
2.1.1/test/other.js:336–339 ·
view source on GitHub ↗
( cur, dir )
Source
from the content-addressed store, hash-verified
334
});
335
336
function
sibling( cur, dir ) {
337
while
( (cur = cur[dir]) && cur.nodeType !== 1 ) {}
338
return
cur;
339
}
340
341
jQuery.each({
342
parent:
function
( elem ) {
Callers
1
other.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected