ISO code to monitor events during development

J

Josh

I am just learning about the DOM level 2 event model (from ch. 19
of Flanagan's "JavaScript: The Definitive Guide", 3d ed.) I have
very little experience with event-oriented programming (most of it
from programming JavaScript using the "level 0" event model), and
I'm finding this DOM level 2 stuff pretty tricky!

So I'm looking for any programmer's aid I can find that will help
me solidify my grasp of how this event model works. In particular,
it would be very helpful to have code to monitor events as they
happen. Such code would be useful enough that I am hoping not to
have to write it myself. Does anyone know where I may be able to
find such a tool?

Thanks!

Josh
 
M

Michael Winter

On Thu, 5 Aug 2004 16:31:27 +0000 (UTC), Josh

[snip]
So I'm looking for any programmer's aid I can find that will help
me solidify my grasp of how this event model works. In particular,
it would be very helpful to have code to monitor events as they
happen. Such code would be useful enough that I am hoping not to
have to write it myself. Does anyone know where I may be able to
find such a tool?

To be honest, I doubt that such a thing exists as IE doesn't implement the
DOM 2 Events model. As much of today's Web development (and therefore,
most tools) are geared towards IE, it'll be a while before any tools
concentrate on it.

Is there any particular area of the event model that you don't understand?
I'll try to give an example, and see if it helps.

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,691
Members
48,796
Latest member
Greg L.

Latest Threads

Top