标签:
中文文档:jQuery EasyUI 1.2.4 API 中文文档(完整)目录
http://www.cnblogs.com/Philoo/archive/2011/11/17/jeasyui_api_index.html
英文官方文档:
http://www.jeasyui.com/documentation/
日历控件datebox的清空:
$(‘#your_batebox_id‘).datebox(‘setValue‘,‘‘);
下拉列表的清空:
$("#your_combbox_id").combobox(‘setValue‘,"");
http://blog.csdn.net/lishuangzhe7047/article/details/40147651
背景介绍:
http://baike.baidu.com/link?url=l8AAGu6MVlXeSXVCJievECU1A17x44gkt5DZYV2vT0h34rgxE41y2NroC_T-RKp9RZZeJuWFHzW-hf-LJE5l7q
由于EasyUI是建立在JQuery,所以对JQuery的使用会对EasyUI的使用带来帮助很大,或者说有时候可以把EasyUI的控件当作JQuery对象来使用。
JQuery的中文文档:
http://www.w3school.com.cn/jquery/jquery_reference.asp
标签:
原文地址:http://blog.csdn.net/calmreason/article/details/45286665