Chinese document: JQuery Easyui 1.2.4 API Chinese document (full) directory
Http://www.cnblogs.com/Philoo/archive/2011/11/17/jeasyui_api_index.html
Official English documents:
http://www.jeasyui.com/documentation/
Empty the Calendar control Datebox:
$(‘#your_batebox_id‘).datebox(‘setValue‘,‘‘);
Empty the drop-down list:
$("#your_combbox_id").combobox(‘setValue‘,"");
http://blog.csdn.net/lishuangzhe7047/article/details/40147651
Background introduction:
Http://baike.baidu.com/link?url=l8AAGu6MVlXeSXVCJievECU1A17x44gkt5DZYV2vT0h34rgxE41y2NroC_T-RKp9RZZeJuWFHzW-hf-LJE5l7q
Since Easyui is built on jquery, the use of jquery can be very helpful for the use of Easyui, or sometimes it is possible to use Easyui controls as jquery objects.
jquery's Chinese Documentation:
Http://www.w3school.com.cn/jquery/jquery_reference.asp
JQuery Easyui Chinese Documents