Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ sibling
Function
sibling
static/jquery/1.12.4/jquery.js:3078–3084 ·
view source on GitHub ↗
( cur, dir )
Source
from the content-addressed store, hash-verified
3076
} );
3077
3078
function
sibling( cur, dir ) {
3079
do {
3080
cur = cur[ dir ];
3081
}
while
( cur && cur.nodeType !== 1 );
3082
3083
return
cur;
3084
}
3085
3086
jQuery.each( {
3087
parent:
function
( elem ) {
Callers
1
jquery.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected