摘要: //设置选中 $('#isBind').prop('checked', true); //获取是否选中 var isChecked = $('#isBind').prop('checked'); if (!isChecked) { $('#PersonCn').combobox('clear'); 阅读全文
posted @ 2016-08-04 10:08 怕冷的南瓜 阅读(2222) 评论(0) 推荐(0) 编辑
摘要: 我的页面分为上下两部分,但发现下面有DataGrid的高度总是自动改,数据根本显示不出来。 后来在博客园里看到这个:http://www.cnblogs.com/xienb/archive/2013/08/22/3274881.html 于是我按照那楼主提供的办法在datagrid外面加一个clas 阅读全文
posted @ 2016-08-04 10:07 怕冷的南瓜 阅读(353) 评论(0) 推荐(0) 编辑
摘要: <div id="DivBox" class="easyui-tabs" style="width: 100%; height: 100%;"> <div title="送箱" style="width: 100%;height:100%;"> <table id="t_Outbox" iconcl 阅读全文
posted @ 2016-08-04 10:05 怕冷的南瓜 阅读(776) 评论(0) 推荐(0) 编辑