MCPcopy Create free account
hub / github.com/nwutils/nw-sample-apps / sibling

Function sibling

camera/jquery.js:2932–2935  ·  view source on GitHub ↗
( cur, dir )

Source from the content-addressed store, hash-verified

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

Callers 1

jquery.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected