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