例
執行一個JavaScript一些文本已在被選中後<input>元素:
<input type="text" onselect="myFunction()" value="Hello world!">
試一試» 定義和用法
該onselect一些文本後,屬性觸發的中的一個元素被選中。
瀏覽器支持
事件屬性 | |||||
---|---|---|---|---|---|
onselect | 是 | 是 | 是 | 是 | 是 |
HTML 4.01和HTML5之間的差異
沒有。
句法
<elementonselect=" script ">
屬性值
值 | 描述 |
---|---|
script | 該腳本將上運行onselect |
技術細節
支持的HTML標籤: | <input type="file">, <input type="password">, <input type="text">, <keygen>, and <textarea> |
---|
相關頁面
HTML DOM參考: onselect event