MCPcopy Create free account
hub / github.com/JsAaron/jQuery / sibling

Function sibling

2.0.3/2.0.3.js:5384–5388  ·  view source on GitHub ↗
( cur, dir )

Source from the content-addressed store, hash-verified

5382 });
5383
5384 function sibling( cur, dir ) {
5385 while ( (cur = cur[dir]) && cur.nodeType !== 1 ) {}
5386
5387 return cur;
5388 }
5389
5390 jQuery.each({
5391 parent: function( elem ) {

Callers 1

2.0.3.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected