-
Book Overview & Buying
-
Table Of Contents
Learning jQuery : Better Interaction Design and Web Development with Simple JavaScript Techniques
When a problem comes along You must whip it | ||
| -- Devo, “Whip It” | ||
Documentation can help in troubleshooting issues with our JavaScript applications, but there is no replacement for a good set of software development tools. Fortunately, there are many software packages available for inspecting and debugging JavaScript code, and most of them are available for free.
Mozilla Firefox is the browser of choice for the lion’s share of web developers, and therefore has some of the most extensive and well-respected development tools.
The Firebug extension for Firefox is indispensable for jQuery development:
Some of the features of Firebug are :
An excellent DOM inspector for finding names and selectors for pieces of the document
CSS manipulation tools for finding out why a page looks a certain way and changing it
An interactive JavaScript console
A JavaScript debugger that can watch variables and trace code execution...
Change the font size
Change margin width
Change background colour