📅  最后修改于: 2020-11-26 06:59:27             🧑  作者: Mango
当在文本区域或文本字段中标记或选择文本时,将发生jQuery select事件。此事件仅限于领域和
句法:
$(selector).select()
它触发选定元素的选择事件。
$(selector).select(function)
它将函数添加到选择事件。
Parameter | Description |
---|---|
Function | It is an optional parameter. It is used to specify the function to run when the select event is executed. |
让我们以一个示例来演示jQuery select()事件。
select demo
Select the text on the box: click and drag the mouse to select text.
输出:
在框中选择文本:单击并拖动鼠标以选择文本。