Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/JsAaron/jQuery
/ sibling
Function
sibling
2.0.3/Dom.js:145–149 ·
view source on GitHub ↗
(cur, dir)
Source
from the content-addressed store, hash-verified
143
});
144
145
function
sibling(cur, dir) {
146
while
((cur = cur[dir]) && cur.nodeType !== 1) {}
147
148
return
cur;
149
}
150
151
jQuery.each({
152
parent:
function
(elem) {
Callers
1
Dom.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected