jQuery :selected Selector
Definition and Usage
The :selected selector selects option elements that are pre-selected.
Note: This selector will not work on checkboxes or radio buttons. Use the :checked selector instead.
Syntax
$(":selected")
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.