java多线程    Java入门    vsftp    ftp    linux配置    centos    FRP教程    HBase    Html5缓存    webp    zabbix    分布式    neo4j图数据库    

改写系统alert的弹出浮层的JS

//改写alert window.alert = function(txt) { var borderColor = "#999"; var title = "[月小升博客提示]"; var shield = document.createElement("DIV"); shield.id = "shield"; shield.style.position = "absolute"; shield.style.left = "0px"; shield.style.top = "0px"; shield.style.widt More


jQuery popup_layer.js弹出层

jquery可以处理很多东西,不过自带的弹窗没有找到。找到一个流行的popup_layer.js,效果还不错,特发出来大家共享一下。 下载popup_layer.js文件请猛击:http://dl.vmall.com/c0sx2beaz7 此弹窗可以使弹出来复层居中,并覆盖底层的数据 $(document).ready(function() { //示例9,综合效果 var t9 = new More


IE下javascript的console方法

FireFox 和 Chrome 下调试JS都有console,IE6下没有。特用此办法来兼容IE6. 112342134 112342134 112342134 112342134 112342134 112342134 if(!window.console){ console = (function(){ var instance = null; function Constructor(){ this.div = document.createElement("console"); More