图片是easyui combox 文档的部分截图

Js代码 

alert("相似度为:"+$("#select_percent").combobox("getValue"));  

 

如其中的onChange事件

Js代码  easyui事件和方法的使用方法
  1. $('#select_percent').combobox({  
  2.     onChange:function(newValue,oldValue){  
  3.         alert(newValue);  
  4.         load(newValue);  
  5.     }  
  6. });  

 如其中的getValue方法

Js代码  easyui事件和方法的使用方法
  1. alert("相似度为:"+$("#select_percent").combobox("getValue")); 

相关文章:

  • 2022-01-07
  • 2022-01-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-09
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-18
  • 2021-12-10
  • 2022-12-23
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2021-04-19
相关资源
相似解决方案