摘要: 使用easyui-window初始化一个窗口,由于窗口上方的按钮都是自动组装生成。故很难找到监听事件源(平常做监听,都必须找到事件源)。但是easyui提供了一系列的监听方法:onClose,onBeforeColse...的方法。 如有窗口: 点击关闭的x后触发事件监听: $(document).ready(function(){ $('#win').windo... 阅读全文
posted @ 2017-06-18 18:46 JLCUI 阅读(3126) 评论(0) 推荐(0) 编辑
摘要: myChart.on('click', function (param) { $('#dlg_select').window({href:'/jsp/bgData/vehicleDataView.jsp?vehModelName='+encodeURI(param.name)+'&flag='+param.seriesIndex... 阅读全文
posted @ 2017-06-18 17:36 JLCUI 阅读(797) 评论(0) 推荐(0) 编辑
摘要: 车辆统计 服务城市: 阅读全文
posted @ 2017-06-18 02:50 JLCUI 阅读(263) 评论(0) 推荐(0) 编辑
摘要: $.ajax({ type : "POST", data:{ createStartTime:'', createEndTime:'' }, url : "/vehicleDa... 阅读全文
posted @ 2017-06-18 02:17 JLCUI 阅读(32990) 评论(0) 推荐(0) 编辑