jQuery easyui combotree

擴展自 $.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.  });
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章