firebug tutorial
Uploaded on Aug 22, 2007 / 8814 views / 19067 impressions / 2 comments
Description
A tutorial of how to use firebug to debug javascript, HTML, and CSS.
2 comments
ringmaster 3:48
Aug 22, 2007
This is one sort-of-mistake in the video. Firebug understands Prototype $() syntax where the parameter is just the ID of an element, and does NOT understand the jQuery-style CSS selectors. That's why Firebug thinks this is valid when it actually needs that '#' symbol.
Georgie
Thanks for this video. So much quicker than reading a manual and very easy to understand.
- Georgie (novice Javascript coder)