Connecting...

This is a quick preview of the lesson. For full access, please Log In or Sign up.
For more information, please see full course syllabus of JavaScript
For more information, please see full course syllabus of JavaScript
JavaScript Events
Lecture Description
In this lesson our instructor talks about events. He talks about object-oriented and event-driven programming. He talks about examples of windows objects and JavaScript. He then discusses examples of events such as mouse clicks, mouse-overs, keystrokes, page loads, and other user inputs. Five complete example videos round up this lesson.
Bookmark & Share
Embed
Share this knowledge with your friends!
Copy & Paste this embed code into your website’s HTML
Please ensure that your website editor is in text mode when you paste the code.(In Wordpress, the mode button is on the top right corner.)
×
Since this lesson is not free, only the preview will appear on your website.
- - Allow users to view the embedded video in full-size.
Next Lecture
Previous Lecture
0 answers
Post by kumar saurabh singh on July 9, 2012
How can we use event handlers under the <script> tags..means as a javascript properties and not as HTML ones???
1 answer
Last reply by: Adil Alkarkhi
Tue May 7, 2013 8:33 AM
Post by kumar saurabh singh on July 9, 2012
1. Can you tell us more about "(oEvent.target || oEvent.srcElement).id" used in the handleEvent function???