MCPcopy Create free account
hub / github.com/frank-lam/fullstack-tutorial / sibling

Function sibling

notes/docsify/unpkg/gotop/jquery-2.1.0.js:2907–2910  ·  view source on GitHub ↗
( cur, dir )

Source from the content-addressed store, hash-verified

2905});
2906
2907function sibling( cur, dir ) {
2908 while ( (cur = cur[dir]) && cur.nodeType !== 1 ) {}
2909 return cur;
2910}
2911
2912jQuery.each({
2913 parent: function( elem ) {

Callers 1

jquery-2.1.0.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected