Demystifying custom events in jQuery
This article originally appeared in the May 2009 issue of JSMag.
We’re all familiar with the basic events — click, mouseover, focus, blur, submit, etc. — that we can latch on to as a user interacts with the browser. Custom events open up a whole new world of event-driven programming. In this article, we’ll use jQuery’s [...]
