
Easy Guide to Install and Use Firebug
Introduction:
If you’re a web designer or a developer, you probably had the chance to meet the famous firefox plugin called Firebug. To give you glimpse on what is Firebug, it’s a Firefox plugin that helps developers to edit, debug and monitor CSS, HTML, and JavaScript LIVE in any web page. Now, FireQuery is a set of Firebug enhancements especially for jQuery.
Features:
- jQuery expressions are present in Firebug Console and in Dom inspector as well.
- Attached jQuery data are first class on its form.
- jQuery element collections are highlighted on mouse over.
- jQuerify enables you to insert jQuery into any page.
- jQuery Linkt allows you to inject jQuery Lint automatically into the page as it’s loaded. (useful for ad-hoc code validation)


