{"name":"length","type":"property","title":".length","deprecated":null,"removed":null,"desc":"The number of elements in the jQuery object.","categories":["properties/jquery-object-instance-properties","version/1.0"],"entries":[{"return":"Integer","signatures":{"added":"1.0"},"examples":{"desc":"Count the divs. Click to add more.","code":"\n$( document.body )\n .click(function() {\n $( document.body ).append( $( \"
The number of elements currently matched. The .size() method will return the same value.
\n "}]}