css+js 实现遮罩层,禁止按钮触发屡次请求

//遮罩背景 function openShadeDiv(){ var wnd = jQuery(window); var doc = jQuery(document); var wHeight=0; var wWidth=0; //当高度少于一屏 if(wnd.height()>doc.height()){ wHeight = wnd.height();
相关文章
相关标签/搜索