欢迎访问服务器技术网-www.fuwuqijishu.com

onselect 事件

JavaScript fuwuqijishu 2年前 (2022-09-04) 40次浏览 0个评论 扫描二维码
文章目录[隐藏]

onselect 事件

事件对象

实例

当文本被选中时,执行一段 Javascript代码:

<input type=”text” onselect=”myFunction”>


定义和用法

onselect 事件会在文本框中的文本被选中时发生。

语法

HTML 中:

<element
onselect=”SomeJavaScriptCode“>

JavaScript 中:

object.onselect=function(){SomeJavaScriptCode}

参数 描述
SomeJavaScriptCode 必需。规定该事件发生时执行的 JavaScript。


浏览器支持

所有主要浏览器都支持 onselect 事件


onselect 在 HTML 中

onselect 属性可用于: <input type=”file”>, <input type=”password”>, <input type=”text”>, <keygen>,
和 <textarea>.


事件对象

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2306.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900