Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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
//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