latentflip / loupe

Visualizing the javascript runtime at runtime

Home Page:http://latentflip.com/loupe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOM manipulation

Noyabronok opened this issue · comments

commented

When I try to reference document or window or to use $ selectors I get error messages that these objects are undefined. How can I manipulate DOM?

My ultimate goal is to demonstrate how events work in capture/target/bubble phases, and to attach handlers for visualization.