Return to Snippet

Revision: 244
at July 6, 2006 04:30 by jonbaer


Updated Code
/*
 * Jquery (http://www.jquery.com)
 * size()
 * 
 * Returns the number of matched elements.
 */

$('element').size();

Revision: 243
at July 6, 2006 04:29 by jonbaer


Initial Code


Initial URL


Initial Description
Just testing snipplr w/ this snippet.

Initial Title
JQuery - Get the total number of matched elements

Initial Tags
css, javascript, textmate, jquery

Initial Language
JavaScript