Skip to content Skip to sidebar Skip to footer
Showing posts with the label Attachevent

Cross-browser Event Handling

I need a cross-browser function for registering event handlers and a (mostly) consistent handler ex… Read more Cross-browser Event Handling

Scope Troubles In Javascript When Passing An Anonymous Function To A Named Function With A Local Variable

Sorry about the title - I couldn't figure out a way to phrase it. Here's the scenario: I ha… Read more Scope Troubles In Javascript When Passing An Anonymous Function To A Named Function With A Local Variable