Created
September 29, 2015 19:08
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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