How to see the properties of a DOM element as they change in realtime?
- by allquixotic
JavaScript code can update the properties/attributes of DOM elements in real time by responding to events and so on. Here is an example.
In the table on that page, move your mouse over the cells. Notice how they change color when the mouse is on them, and the color goes away when you move the mouse to another cell.
Now, using Firefox or Chrome…