中文文档: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
背景介绍:
由于EasyUI是建立在JQuery,所以对JQuery的使用会对EasyUI的使用带来帮助很大,或者说有时候可以把EasyUI的控件当作JQuery对象来使用。
JQuery的中文文档:
http://www.w3school.com.cn/jquery/jquery_reference.asp
时间: 2024-10-05 16:32:15