`
文章列表
目的主要是使用javascript:window.open()对浏览器 iE6.0,7.0,8.0,chorme,safari,firefox适用 刚开始的时候对最大化使用 <a href="javascript:void window.open('https://www.sina. com.cn/ ','XX','fullscreen,scrollbars,resizable=yes,toolbar=no')">Open</a> 对IE6.0, ...

jquery easyui

    博客分类:
  • j
easyui
function resizeDialog(obj){     var drag_=false;         var x;     $$(obj).onmousedown=function(e){     drag_=true;     with(this){      var temp1=style.width;       //如果未设置过大小,设置为offsetWidth    if(!temp1 || temp1==""){       //默认值,设置大小       style.width=offsetWidth;       temp1=sty ...
创建一个正则表达式有两种方式,一种是借助RegExp对象来创建,另一种方式是使用正则表达式字面量来创建。在JavaScript内部的其他对象中,也有对正则表达式的支持,比如String对象的replace,match等。我们可以分别来看:
Global site tag (gtag.js) - Google Analytics