Easy Tutorial
❮ Event Ispropagationstopped Sel Input File ❯

jQuery * Selector

jQuery Selectors

Example

Select all elements within the document:


Definition and Usage

If the * selector is used with other elements, it selects all child elements within the specified element.

Tip: The * selector can cause performance issues in some browsers.


Syntax


Try It - Example

Select all elements within the <body>


jQuery Selectors

❮ Event Ispropagationstopped Sel Input File ❯