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

Function sibling

2.1.1/src/traversing.js:127–130  ·  view source on GitHub ↗
( cur, dir )

Source from the content-addressed store, hash-verified

125});
126
127function sibling( cur, dir ) {
128 while ( (cur = cur[dir]) && cur.nodeType !== 1 ) {}
129 return cur;
130}
131
132jQuery.each({
133 parent: function( elem ) {

Callers 1

traversing.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected