Posts tagged with 'events'
Sep 28, 2006
IE Javscript Event Capturing
Did you know that IE doesn't pass a javascript event to the handler function? Well, it doesn't. As I learned from BrainJar's article on The DOM Event Model: Instead of passing an Event object to a h...