Description of Code Spy :
Code Spy is a multi-platform compatible script that allows developers to view and debug dynamically created HTML on the client, without putting a ton of alerts all over the place. Basically the code spy is a window into the DOM. When active, just by moving the mouse over the page all of the code within the DOM is revealed. The code spy also goes one step further and lets you directly manipulate code on the page.