Javascript basic tutorial content selection event
onselect Content selection event
Here is our next example:
There is content in the text box. When we select the content of the text box, the event is triggered
内容选中事件
Note: Usually we don’t use this event very much. We use it more for cursor gathering or leaving, as well as some mouse events, such as click events, etc.