Easy Tutorial
❮ Event Load Eff Slidetoggle ❯

jQuery :selected Selector

jQuery Selectors

Example

Select the pre-selected item in a dropdown list:


Definition and Usage

The :selected selector selects pre-selected option elements.

Note: This selector does not work for checkboxes or radio buttons. Use the :checked selector instead.


Syntax


jQuery Selectors

❮ Event Load Eff Slidetoggle ❯