News
Notifications You must be signed in to change notification settings Fork 50 ...
Node.js is a lean, fast, cross-platform JavaScript runtime environment that is useful for both servers and desktop applications.
Directly-bound events The standard method of registering event handler functions is to directly bind the listener to the element.
When we apply onclick event to an element, sometimes we need to pass ID of that element to the event handling function. We can do this by passing id to function as this.id or we can pass the element ...
More often than not you want to create a child window and want to capture its events. This example simply captures its close event.
A better way is to add a parent element for this group and add event handler for this parent element, the click event will be bubbled up the parent element and the source element of event can be ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results