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