HTML5先行者高级交流群

欢迎加入学习讨论
专注前端,专注网页设计制作及网站开发项目 - (低价承接网站开发项目) QQ:370158739加入收藏RSS
-
2014-04-22 13:06:51
setTimeout在类中使用的问题!_javascript技巧_
- 我现在的做法,但我不想这样写: function calendar(name){ this._name = name; } calendar.prototype.thread=function(){ this._timeout = setTimeout(this._name + ".thread_result()", 200); }
-
2014-04-22 13:06:50
在页面上点击任一链接时触发一个事件的代码_javascript技巧_
- 这排准备写个自动更新和自动采集程序,要自动,只能在人多访问的地方放一个触发事件,因为自己的服务器是win主机,这和404触发是一样的,404怕搜索误认为做弊,所以不太敢用,唉,真是什么事都能完美
复制代码 代码如下:<script la
-
2014-04-22 13:06:50
js检测客户端不是firefox则提示下载_javascript技巧_
- var hasIE_phone_home = 0; // This function does the actual browser detection function writeCookie(name, value, hours) { var expire = ""; if(hours != null) { expire = new Date((new
-
2014-04-22 13:06:31
收集的网上用的ajax之chat.js文件_javascript技巧_
- var xmlHttp = false; var ichatstate ; try { xmlHttp = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); } catch (e2) { xmlHttp =
-
2014-04-22 13:06:31
诘屈聱牙之javascript中国象棋_javascript技巧_
- IE6.0 Only 非XHTML标准,可能IE 7.0也看不了....哈哈 蓝方先走 * { font:24px arial, "宋体"; font-weight:bold; color:white; cursor:default; } table { table-layout:fixed; border-collapse:collapse; position: