
Web前端
gaoshou137
这个作者很懒,什么都没留下…
展开
-
window.open弹窗打开页面
window.open("baidu.jsp",null,"height=730,width=1000,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,titlebar=no");原创 2012-11-07 14:50:06 · 870 阅读 · 0 评论 -
Javascript里的设计模式
不管你信不信反正js很高深,虽然平时都是getElementById,现在用了jQuery,这东西也很少用了,也就for,if或者字符串操作一下。 本文本着实用的原则,列举了几个常用的js代码写法,让自己的js看起来更优美。 更多详细:http://addyosmani.com/resources/essentialjsdesignpatterns/book/ Constru原创 2013-01-22 17:31:02 · 387 阅读 · 0 评论