码迷,mamicode.com
首页 > Web开发 > 详细

js获取select的值

时间:2017-09-02 19:05:35      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:var   val   doc   element   get   asc   value   bsp   selected   

<select   id="tryselect"   name="">   
  <option   value="1">text   1</option>   
  <option   value="2">text   2</option>   
  </select>   
  <script   language="JavaScript">   
  <!--   
      var   myid   =   document.getElementById("tryselect");   
      alert(myid.options[myid.selectedIndex].value   +"\n"   +myid.options[myid.selectedIndex].text)   
  //-->   
  </script> 

js获取select的值

标签:var   val   doc   element   get   asc   value   bsp   selected   

原文地址:http://www.cnblogs.com/zqr99/p/7467328.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!