1备忘: select 对象的操作js(转)判断select选项中 是否存在Value="paraValue"的Item 
 2备忘: select 对象的操作js(转)向select选项中 加入一个Item 
 3备忘: select 对象的操作js(转)从select选项中 删除一个Item 
 4备忘: select 对象的操作js(转)删除select中选中的项 
 5备忘: select 对象的操作js(转)修改select选项中 value="paraValue"的text为"paraText" 
 6备忘: select 对象的操作js(转)设置select中text="paraText"的第一个Item为选中 
 7备忘: select 对象的操作js(转)设置select中value="paraValue"的Item为选中 
 8备忘: select 对象的操作js(转)得到select的当前选中项的value 
 9备忘: select 对象的操作js(转)得到select的当前选中项的text 
10备忘: select 对象的操作js(转)得到select的当前选中项的Index 
11备忘: select 对象的操作js(转)清空select的项 

备忘: select 对象的操作js(转)js 代码
备忘: select 对象的操作js(转)
// 1.判断select选项中 是否存在Value="paraValue"的Item        
;   


转载:http://www.cnblogs.com/zyh-nhy/archive/2007/08/08/847876.html

相关文章:

  • 2021-12-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-08
  • 2022-12-23
  • 2021-08-19
  • 2021-07-22
  • 2021-08-23
  • 2021-07-02
相关资源
相似解决方案