内容选中事件(onselect)对段落可以实现吗?
phpcn_u224
phpcn_u224 2016-12-17 15:30:15
0
2
1177

我看内容选中事件(onselect)是针对文本框或文本域的,那么对段落<p></p>标签离得文本是没有效果的吧。

phpcn_u224
phpcn_u224

reply all(2)
数据分析师

Can the content selection event (onselect) be implemented for paragraphs? -PHP Chinese website Q&A-Can the content selection event (onselect) be implemented for paragraphs? -PHP Chinese website Q&A

Please watch and learn.

阿神

在w3c上查了下,他们的解释是:

onselect 属性在元素中的文本被选中时触发。

onselect 属性可用于以下元素内:<input type="file">、<input type="password">、<input type="text">、<keygen> 以及 <textarea>.

我试了下,仅仅是

<p onselect="message()">php中文网</p>

是没有效果的。

希望能够对你有所帮助

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template