MCPcopy 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
3078function sibling( cur, dir ) {
3079 do {
3080 cur = cur[ dir ];
3081 } while ( cur && cur.nodeType !== 1 );
3082
3083 return cur;
3084}
3085
3086jQuery.each( {
3087 parent: function( elem ) {

Callers 1

jquery.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected