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();
相關文章
相關標籤/搜索