摘要: //基于layui //_userData为可选的总人数,关闭窗口时,在回调函数中参数返回已选择的人员。 //入口 调用 con_selectUserControl(_userData, function (_selectedUser) { //todo }); con_selectUserCont 阅读全文
posted @ 2018-06-20 16:23 ygxfch 阅读(1080) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <title></title> <script type="text/javascript" src="../js/common.js"></script> </head> <body> <span id="a666"></span> <sc 阅读全文
posted @ 2018-06-20 12:02 ygxfch 阅读(667) 评论(0) 推荐(0) 编辑
摘要: var xmlHttpRequest; function AjaxInJquery() { if (window.XMLHttpRequest) { xmlHttpRequest = new XMLHttpRequest(); } else { xmlHttpRequest = new Active 阅读全文
posted @ 2017-06-09 11:10 ygxfch 阅读(2302) 评论(0) 推荐(0) 编辑
摘要: function MessageInfo() { this.infoQueue = {}; this.subscribe = function (eventTitle, fn) { this.infoQueue[eventTitle] = fn; } this.publish = function 阅读全文
posted @ 2017-06-06 10:57 ygxfch 阅读(286) 评论(0) 推荐(0) 编辑