Skip to content

Instantly share code, notes, and snippets.

@xaviershay
Created October 30, 2009 20:13
Show Gist options
  • Save xaviershay/222672 to your computer and use it in GitHub Desktop.
Save xaviershay/222672 to your computer and use it in GitHub Desktop.
>> $(0).sum()
0[object HTMLDocument]
>> $(1).sum()
1
Why the HTMLDocument in there?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment