超酷js提示框

2021-09-05 18:21:55 字數 2133 閱讀 2491

最近主站首頁要新增乙個js提示框,找了好久終於找到了乙個非常幫的js提示框;

實現起來非常簡單,而且效果很棒,現在提供給大家,希望對大家有幫助。

boxover.js檔案內容為:

/* --- boxover ---

/* --- v 2.1 17th june 2006

by oliver bryant with help of matthew tagg

*/if (typeof document.attachevent!='undefined')

else

var odv=document.createelement("div");

var dvhdr=document.createelement("div");

var dvbdy=document.createelement("div");

var windowlock,boxmove,fixposx,fixposy,lockx,locky,fixx,fixy,ox,oy,boxleft,boxright,boxtop,boxbottom,evt,mou***,mousey,boxopen,totalscrolltop,totalscrollleft;

boxopen=false;

ox=10;

oy=10;

lockx=0;

locky=0;

function defhdrstyle()

function defbdystyle()

function checkelembo(txt)

function scanbo(curnode)

else  

if (getparam('singleclickstop',curnode.title)=='on')

}curnode.windowlock=getparam('windowlock',curnode.title).tolowercase()=='off'?false:true;

curnode.title='';

curnode.hasbox=1;

}else

curnode.hasbox=2;   }

function getparam(param,list)

function left(elem)

oelem.calcleft=x;

return x;

}function top(elem)

oelem.calctop=x;

return x;

}var cse,iterelem,lse,cbe,lbe, totalscrollleft, totalscrolltop, width, height ;

var ini=false;

// customised function for inner window dimension

function shw()

if (document.documentelement && (document.documentelement.clientwidth!=0) && (document.body.clientwidth + 20 >= document.documentelement.clientwidth))   

return [width,height];

}function docheck()

cbe=null;}}

function pausebox(e)

function showhidebox(e)

function hidebox(e)

var col=0;

var stopfade=false;

function fadein(fs)

function fadein2(fs)

function fadeout()

function ischild(s,d)

return false;

}var csrc;

function checkmove(e)

boxmove=true;

cbe=null;}}

function showselects()

}function hideselects()

}使用:

在html頁面裡引用這個檔案

js提示框工具類封裝

var dylan extend dylan 定義全域性物件,類似於命名空間或包的作用 獲得專案根路徑 使用方法 sy.bp returns 專案根路徑 dylan.bp function author dylan 增加命名空間功能 使用方法 dylan.ns jquery.bbb.ccc jque...

阻塞提示框

函式原型 void ceikonenv alertwin const tdesc amsg void ceikonenv alertwin const tdesc amsg1,const tdesc amsg2 static void ceikonenv infowinl const tdesc a...

js jquery 通用 簡單的JS 提示框

1 該外掛程式不需要依賴 jquery,僅僅使用了原生js 2 簡單 通用 可自定義修改樣式 支援等待n秒消失 支援消失後跳轉其他url 功能還是比較完善的。3 不廢話,上 我存放的位置在 public plugins mh dialog 下,分別存放js 和 image js 名稱 漫畫原創彈出對...