2013年3月20日

FireBug 调试JS

摘要: 安装就不用说了,很简单,在FireFox上插件库里找到FireBug就Ok了。下图是FireBug Debug 窗口。 FireBug美工用的非常普遍,公司美工妹妹用的非常熟练 呵呵,而对于我们开发人员,主要用它来Debug JS。看看官方对Debug功能的介绍。Firebug includes a powerful JavaScript debugger that lets you pause execution at any time and see what each variable looked like at that moment. If your code is a litt. 阅读全文

posted @ 2013-03-20 15:23 小嘟 阅读(202) 评论(0) 推荐(0)

前端面试总结

摘要: 3.结合<span id="outer"><span id="inner">text</span></span>这段结构,谈谈innerHTML outerHTML innerText之间的区别。innerHTML:对象里面的HTML内容,这里是<span id="inner">text</span>outerHTML:对象里面包括对象本身的HTML内容,这里是<span id="outer"><span id="i 阅读全文

posted @ 2013-03-20 08:03 小嘟 阅读(2027) 评论(3) 推荐(3)

导航