MCPcopy Index your code
hub / github.com/JsAaron/jQuery / sibling

Function sibling

2.1.1/test/other.js:336–339  ·  view source on GitHub ↗
( cur, dir )

Source from the content-addressed store, hash-verified

334});
335
336function sibling( cur, dir ) {
337 while ( (cur = cur[dir]) && cur.nodeType !== 1 ) {}
338 return cur;
339}
340
341jQuery.each({
342 parent: function( elem ) {

Callers 1

other.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected