3 Useful BookmarkLets for Debugging
現在的開發資源越來越多,工具越來越強大了,下面三個收藏可以讓開發更方便,直接將網址拖到收藏欄,需要用到時點開就行,不限瀏覽器,IE中也能使用fireBug了。
1. CSS/Element Selector – SelectGadget?
CSS選擇器,用過就知道
?
Drag SelectGadget to your Favorate Bar, and press it when you visit the page you want to debug.
2. Use Firebuglite at IE7.0?
在IE中使用Firebug,只需要收藏此網址即可。
Drag Firebug to your Favorate Bar, and press it when you visit the page you want to debug?
3. Add jQuery library by Bookmark – jQuerify bookmarklet
給任何網上臨時加上jQuery庫
Just look into the post, there tells you how to have Firebug be a powerful tool to learn and debug jQuery
Drag jQuerify to your Favorate Bar and press it when you visit the page you want to debug.
- 07/14/2010 Elaine Shi (syveen@gmail.com) @syveen
參考:
Ajaxian > debugging
Learn jQuery
總結
以上是生活随笔為你收集整理的3 Useful BookmarkLets for Debugging的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 内存的三种状态
- 下一篇: C++流操纵算子(格式控制)