明輝手游網(wǎng)中心:是一個(gè)免費(fèi)提供流行視頻軟件教程、在線學(xué)習(xí)分享的學(xué)習(xí)平臺(tái)!

html在元素中的文本被選中時(shí)觸發(fā)的事件onselect

[摘要]實(shí)例當(dāng) <input> 元素內(nèi)的文本被選中后執(zhí)行一段 JavaScript:<input type="text" onselect="showMsg() value="Hello world!">瀏覽器支持IEFirefox...

實(shí)例

當(dāng) <input> 元素內(nèi)的文本被選中后執(zhí)行一段 JavaScript

<input type="text" onselect="showMsg() value="Hello world!">

瀏覽器支持

IE

Firefox

Chrome

Safari

Opera

所有主流瀏覽器都支持 onselect 屬性。

定義和用法

onselect 屬性在元素中的文本被選中時(shí)觸發(fā)。

onselect 屬性可用于以下元素內(nèi):<input type="file">、<input type="password">、<input type="text">、<keygen> 以及 <textarea>.

HTML 4.01 與 HTML5 之間的差異

無。

語法

<element onselect="script">

屬性值

描述
scriptonselect 發(fā)生時(shí)運(yùn)行的腳本。

以上就是html在元素中的文本被選中時(shí)觸發(fā)的事件onselect的詳細(xì)內(nèi)容,更多請(qǐng)關(guān)注php中文網(wǎng)其它相關(guān)文章!


網(wǎng)站建設(shè)是一個(gè)廣義的術(shù)語,涵蓋了許多不同的技能和學(xué)科中所使用的生產(chǎn)和維護(hù)的網(wǎng)站。