firebug tutorial
Uploaded on Aug 22, 2007 / 7234 views / 15334 impressions / 1 comment
Description
A tutorial of how to use firebug to debug javascript, HTML, and CSS.
Uploaded on Aug 22, 2007 / 7234 views / 15334 impressions / 1 comment
A tutorial of how to use firebug to debug javascript, HTML, and CSS.
1. ringmaster 3:48
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.