Created
September 13, 2010 04:14
-
-
Save 0xnbk/576793 to your computer and use it in GitHub Desktop.
Get the total number of matched elements
This file contains 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
$('element').size(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Get the total number of matched elements
That what I call a very simple, but very useful tip: This will return the number of matched elements: