window屬性:onselect

2018-05-28 11:15 更新

onselect屬性

窗口中的select事件的事件處理程序。

onselect屬性語(yǔ)法

window.onselect = funcRef ;
  • funcRef是一個(gè)函數(shù)。

onselect屬性示例

<html>
<head>

<title>onselect test</title>

<style type="text/css">
.text1 { border: 2px solid red; }
</style>

<script type="text/javascript">

window.onselect = selectText;

function selectText()
{
 alert("select event detected!");
}
</script>
</head>

<body>
<textarea class="text1" cols="30" rows="3">
Highlight some of this text
with the mouse pointer
to fire the onselect event.
</textarea>
</body>
</html>

筆記

select事件僅在文本輸入或textarea內(nèi)的文本被選中時(shí)觸發(fā)。文本被選中后,該事件被觸發(fā)。

規(guī)范

規(guī)范狀態(tài)注釋
HTML Living Standard
規(guī)范中的'onselect'的定義。
Living Standard
 

瀏覽器兼容性

我們正在將兼容性數(shù)據(jù)轉(zhuǎn)換為機(jī)器可讀的JSON格式。 

  • 電腦端
特征Chrome
Edge
Firefox(Gecko)
Internet Explorer
Opera
Safari(WebKit)
基本支持支持支持????
  • 移動(dòng)端

特征AndroidAndroid WebviewChrome for AndroidEdgeFirefox Mobile (Gecko)Firefox OSIE MobileOpera MobileSafari Mobile
基本支持?支持支持支持?????
以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)