juan_gandhi: (VP)
isAncestor = function(ancestor) {
  var check = function(descendant) {
    var p = descendant && descendant.parentNode
    return ancestor === p || !!(p && check(p))
  };
  return check
}

Profile

juan_gandhi: (Default)
Juan-Carlos Gandhi

September 2025

S M T W T F S
 1 2345 6
78 910111213
14151617181920
21222324252627
282930    

Syndicate

RSS Atom

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Sep. 10th, 2025 02:20 am
Powered by Dreamwidth Studios