Use Firebug to change the text below to say “hai2u” instead of “hello world”.
hello worldUse Firebug to change the text below to say “hai2u” instead of “hello world”.
hello worldYou can enable Firebug by going to the “View” menu and selecting “Firebug”.
You may have to enable Firebug to work with this site.
You can inspect any visual element on a page by clicking “Inspect” at the top of the Firebug panel and then moving your mouse to the part of the page you’re interested in.
It’s easy to “live edit” a page through Firebug—just try clicking on any content you want to edit in the “HTML” tab!
Use jQuery to make the box below fade away.
hai2uYou can use Firebug's “Console” tab to execute arbitrary JavaScript code on the page.
jQuery is already loaded into the page; you can access it in the console via the name jQuery.
Check out the documentation on jQuery(expression). You can use this to easily get ahold of any elements on a page using a CSS selector.
Check out jQuery's documentation on effects.