jQuery easyui combotree

来源:互联网 发布:知乎live百度云 资源 编辑:程序博客网 时间:2024/09/21 09:18

扩展自 $.fn.combo.defaults  $.fn.tree.defaults。用 $.fn.combotree.defaults 重写了defaults 

  1. 依赖

combo

tree

  1. 用法

1.  <select id="cc" style="width:200px;"></select>  

 

1.  <input id="cc" value="01">  

 

1.  $('#cc').combotree({   

2.      url:'tree_data.json'  

3.  });
0 0