仿淘宝提示窗口(html+js)
仿淘宝提示窗口 function getPosXY(a, offset) { var p = offset ? offset.slice(0) : [0,0],tn; while (a) { tn = a.tagName.toUpperCase(); p[0] += a.offsetLeft - (tn == "DIV" && a.scrollLeft ? a.scrollLeft : 0); p[1] += a.offsetTop - (tn == "DIV" && a.scrollTop ? a.scrollTop : 0); if (tn == "BODY") break; a = a.offsetParent; } return p; }
文件列表
.rar
(预估有个1文件)
淘宝提示窗口.html
5KB
暂无评论