Number of matching elements found This simple trick gives us information of how many elements of the document matches the selector (e.g. find by the CSS class) alert($(“.our-class-css”).size()); Read More →