js 封装了对象 里面有个close 方法、 ie中 调用 直接 window.close()
菜鸟王小凡 2015-10-30 11:28:14 这怎么解决啊?我在在jquery 中 添加一个对象的。 jQuery.messager = this; 对象 messager, this 为 我写的属性和方法。其中一个 方法 close
this.close = function () {
alert("ssss");
}
调用 $.messager.close();
别的浏览器中 别的方法 没问题。
就 ie 浏览器的的 close() 方法调用 直接执行 window.close()