jQuery select()
The jQuery select() method is used to attach a function to run when a select event occurs i.e. when a text is marked or selected in a text area or a text field. This method is used for input type=”text” fields and textarea boxes. Syntax: To trigger the select event for selected elements. $(selector).select() To … Read more