MCPcopy Create free account
hub / github.com/TruthHun/BookStack / sibling

Function sibling

static/wangEditor/js/lib/jquery-2.2.1.js:3033–3036  ·  view source on GitHub ↗
( cur, dir )

Source from the content-addressed store, hash-verified

3031} );
3032
3033function sibling( cur, dir ) {
3034 while ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {}
3035 return cur;
3036}
3037
3038jQuery.each( {
3039 parent: function( elem ) {

Callers 1

jquery-2.2.1.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected