举报投诉联系我们 手机版 热门标签 鳄鱼CMS
您的位置:鳄鱼CMS > HTML事件属性onselect

HTML事件属性onselect

2023-06-08 23:31 HTML参考手册

 HTML事件属性onselect

HTML事件属性onselect


触发 onselect 属性事件在一个元素中选择文本后。

HTML5中的新功能

没有。

句法

<elementName onselect="script">

支持的标签

<input type="file">, 
<input type="password">, 
<input type="text">, 
<keygen>, 
<textarea>


浏览器兼容性

onselect Yes Yes Yes Yes Yes

例子

<!DOCTYPE html>
<html>
<body>

Some text: <input type="text" value="Select me!!" onselect="myFunction()">

<script>
function myFunction() {
    console.log("You have selected some text!");
}
</script>

</body>
</html>

Click to view the demo



阅读全文
以上是鳄鱼CMS为你收集整理的 HTML事件属性onselect全部内容。
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
相关文章
© 2024 鳄鱼CMS eyucms.com 版权所有 联系我们