| onselect | ใช้กำหนดให้ function ทำงานเมื่อมีการลากแถบสีคลุมข้อความใน reset |
|---|
property:onselect = function;
return type:void
content:ใช้กำหนดให้ function ทำงานเมื่อมีการลากแถบสีคลุมข้อความใน reset
example:var tagReset = document.getElementById ( "bamboo" ); tagReset.onselect = function() { alert ( "reset be selected" ); }