Created
September 29, 2015 19:09
-
-
Save xfsnowind/d71b604e622cbbdecf04 to your computer and use it in GitHub Desktop.
length of lazy operations to html nodes 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
| //show the length of $(".castle") | |
| > lazy($(".castle")).size() | |
| 154 | |
| //show the length of functions in $(".castle") | |
| > lazy($(".castle")).functions().size() | |
| 145 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment