
Javascript
文章平均质量分 79
Featureme
这个作者很懒,什么都没留下…
展开
-
EventUtil对象详解
EventUtil对象全见以下EventUtil对象代码亲测可用,并包含详细注释[点击该对象中每一个方法名(绿色字体)可直接跳转到本文中介绍该方法的部分]var EventUtil={ addHandler:function(element,type,handler){ //添加事件 if(element.addEventListener){转载 2017-03-27 15:41:50 · 3053 阅读 · 0 评论 -
Window.open()方法参数详解
1, 最基本的弹出窗口代码 window.open('page.html');2, 经过设置后的弹出窗口 window.open('page.html', 'newwindow', 'height=100, width=400, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no, loc转载 2017-03-27 14:24:57 · 1146 阅读 · 0 评论