摘要:
$.getUrlParam=function(name){ var reg=new RegExp('(^|&)'+name+'=([^&]*)(&|$)'); var r=window.location.search.substr(1).match(reg); if(r!=null) return 阅读全文
posted @ 2019-12-23 15:43
A-dabai
阅读(460)
评论(0)
推荐(0)
摘要:
一、window弹出框按钮事件 1 $.window({ 2 _oa_id:'name', 3 title:title, 4 height:height, 5 width:width, 6 iframe:true, 7 href:'', 8 hsabutton:flase, 9 on_my_clos 阅读全文
posted @ 2019-12-23 15:30
A-dabai
阅读(3135)
评论(0)
推荐(0)