Home » jQuery select()

jQuery select()

by Online Tutorials Library

jQuery select()

jQuery select event occurs when a text is marked or selected in text area or a text field. This event is limited to <input type=”text”> fields and <textarea> boxes. When the select event occurs, the select() method attaches a function to run.

Syntax:

It triggers the select event for selected elements.

It adds a function to the select event.

Parameters of jQuery select() event

Parameter Description
Function It is an optional parameter. It is used to specify the function to run when the select event is executed.

Example of jQuery select() event

Let’s take an example to demonstrate jQuery select() event.

Test it Now

Output:

Select the text on the box: click and drag the mouse to select text.

Next TopicjQuery change()

You may also like