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

Function sibling

2.1.1/test/jquery-2.1.1.js:2931–2934  ·  view source on GitHub ↗
( cur, dir )

Source from the content-addressed store, hash-verified

2929});
2930
2931function sibling( cur, dir ) {
2932 while ( (cur = cur[dir]) && cur.nodeType !== 1 ) {}
2933 return cur;
2934}
2935
2936jQuery.each({
2937 parent: function( elem ) {

Callers 1

jquery-2.1.1.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected