Easy Tutorial
❮ Sel Attribute Prefix Value Jquery Cookie Plugin ❯

jQuery Miscellaneous size() Method

jQuery Miscellaneous Methods

Example

Output the number of elements matched by the jQuery selector:

$("button").click(function(){
    alert($("li").size());
});

Definition and Usage

The size() method returns the number of elements matched by the jQuery selector.


Syntax


jQuery Miscellaneous Methods

❮ Sel Attribute Prefix Value Jquery Cookie Plugin ❯