/** 
 *绑定运营商,设置默认值, 显示CMCC, 传值1 
 */  
$('#operatingId').combobox({   
    url:'data_url',  
    valueField:'id',  
    textField:'name',  
    mode:'remote',  
    onLoadSuccess : function() {  
        $("#operatingId").combobox("select", "CMCC");  
        $("#operatingId").combobox("setValue", 1);  
    }  
});  

  

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-21
  • 2021-10-31
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-23
  • 2021-12-09
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案