Top "Javascript-events" questions

DO NOT USE THIS TAG!

Javascript event triggered by pressing space

I am trying to get an event to trigger when I am on a page and press space, but I …

javascript jquery javascript-events
How to handle POST request in node.js

I'm trying to handle a post request being sent to my node.js server. JavaScript file with a name server.…

javascript html node.js javascript-events
Wait for iframe to load in JavaScript

I am opening an iframe in JavaScript: righttop.location = "timesheet_notes.php"; and then want to pass information to it: …

javascript dom iframe javascript-events
Why FF says that window.event is undefined? (call function with added event listener)

I have a trouble in this part: var ex = { exampl: function(){ var ref=window.event.target||window.event.srcElement; // here …

javascript firefox javascript-events addeventlistener
Reading client side text file using Javascript

I want to read a file (on the client side) and get the content in an array. It will be …

javascript javascript-events
How can I bind all events on a DOM element?

How can I bind all events (i.e. click, keypress, mousedown) on a DOM element, using jQuery, without listing each …

jquery javascript-events
Keydown Simulation in Chrome fires normally but not the correct key

I want to simulate keydown events on a given textarea element in an html page. Since I am using chrome, …

javascript google-chrome javascript-events
Popstate on page's load in Chrome

I am using History API for my web app and have one issue. I do Ajax calls to update some …

html google-chrome javascript-events browser-history
Event when youtube video finished

I have simple html code that plays youtube video after click on the image. <body> <script type="…

javascript javascript-events youtube youtube-api
Why is the DOMSubtreeModified event deprecated in DOM level 3?

Why is the DOMSubtreeModified event deprecated and what are we supposed to use instead?

javascript dom javascript-events deprecated dom3