Skip to content

Instantly share code, notes, and snippets.

@xfsnowind
Created September 29, 2015 19:08
Show Gist options
  • Select an option

  • Save xfsnowind/e5fb75c81fe4c44e779d to your computer and use it in GitHub Desktop.

Select an option

Save xfsnowind/e5fb75c81fe4c44e779d to your computer and use it in GitHub Desktop.
javascript console result of object on blog "Handle Jquery object with Lazy.js" on 2014/04/07
// Javascript console
ObjectWrapper {source: jQuery.fn.init[4], root: function, get: function, each: function, watch: function…}
├──source: jQuery.fn.init[4]
│ ├──0: div.castle
│ ├──1: div.castle
│ ├──2: div.castle
│ ├──3: div.castle
├──context: document
├──length: 4
├──prevObject: jQuery.fn.init[1]
├──selector: ".castle"
├──__proto__: Object[0]
└──__proto__: ObjectLikeSequence
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment