| disabled | ใช้ตรวจสอบ หรือกำหนดค่า ว่าจะให้ text นี้ทำงานหรือไม่ |
|---|
property:disabled;
return type:boolean, void
content:ใช้ตรวจสอบ หรือกำหนดค่า ว่าจะให้ text นี้ทำงานหรือไม่
example:var tagText = document.getElementById ( "bamboo" ); if ( tagText.disabled ) { alert ( "text is not enabled" ); }