91-9990449935 0120-4256464 |
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
Example of jQuery select() eventLet's take an example to demonstrate jQuery select() event. Test it NowOutput: Select the text on the box: click and drag the mouse to select text.
Next TopicjQuery change()
|