select
UK[sɪˈlekt] US[sɪˈlɛkt]
vt.Select; select; select
adj. Selected; select come out; be selective;
jquery select() method syntax
Function:When the text in the textarea or input element of text type is selected, the select event occurs. The select() method triggers a select event, or specifies a function to run when a select event occurs.
Trigger select event syntax:$(selector).select()
Bind the function to the select event syntax:$ (selector).select(function)
Parameters:
Parameters | Description |
function | Optional. Specifies the function to be run when a select event occurs. |