| text | ใช้คืนค่า ข้อความ ของ option |
|---|
property:text;
return type:string
object:option
content:ใช้คืนค่า ข้อความ ของ option
example:var tagSelect = document.getElementById ( "bamboo" ); for ( var i=0; i<tagSelect.length; i++ ) { alert ( tagSelect.options.item(i).text ); }