public marks

PUBLIC MARKS from imelgrat with tag "javascript code"

19 September 2007 15:00

The JavaScript Event Model (part 1)

(via)
JavaScript comes with a fairly well-thought-out event model, one which can be exploited by a clever developer to perform fairly complicated tasks on the client side. This event model is one of the most fundamental things about the language - and, over the next few pages, we’re going to show you the basics of how it works. Keep reading. Simply put, the event model provides a way for a user to interact with JavaScript. It consists of two basic components, events and event handlers, which together define what happens when the user performs a particular action.

imelgrat's TAGS related to tag "javascript code"

event +   event model +   javascript +   javascript examples +   javascript programming +   programming +   Sample Code +   tutorials +