MCPcopy Create free account
hub / github.com/OpenIntroStat/ims / sibling

Function sibling

libs/jquery-3.5.1/jquery-2.2.4.js:3038–3041  ·  view source on GitHub ↗
( cur, dir )

Source from the content-addressed store, hash-verified

3036} );
3037
3038function sibling( cur, dir ) {
3039 while ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {}
3040 return cur;
3041}
3042
3043jQuery.each( {
3044 parent: function( elem ) {

Callers 1

jquery-2.2.4.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected