firebug tutorial
Uploaded on Aug 22, 2007 / 7570 views / 16211 impressions / 1 comment
Description
A tutorial of how to use firebug to debug javascript, HTML, and CSS.
Hey! Ringmaster is using Viddler for online video, and so can you!
Hide thisUploaded on Aug 22, 2007 / 7570 views / 16211 impressions / 1 comment
A tutorial of how to use firebug to debug javascript, HTML, and CSS.
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.