取得select框的text

时间:2014-01-14 19:26:32   收藏:0   阅读:787

function selectInput(choose)

 { 
   alert(choose.options[choose.selectedIndex].text);
 }

原文:http://www.cnblogs.com/ChristyorRuth/p/3512269.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!