Top "Javascript-events" questions

DO NOT USE THIS TAG!

How to debug a specific javascript click event?

On yahoo weather page, there is link labeled as C that changes temperature unit from Fahrenheit to Celsius. I am …

javascript javascript-events javascript-debugger
Javascript "addEventListener" Event Fires on Page Load

When I run the following script, the event always fires on page load. I am not sure what I am …

javascript javascript-events addeventlistener
How do multiple addEventListener work in JavaScript?

There are 2 scripts in a document // my_script.js goes first document.onclick = function() { alert("document clicked"); }; // other_script.js …

javascript javascript-events addeventlistener
Event listeners for jQuery's UI tabs?

Are there event listeners available for jQuery UI's tabs widget? I'm wanting to change the background colour on a web …

javascript jquery jquery-ui javascript-events jquery-ui-tabs
Responding to the onmousemove event outside of the browser window in IE

In Internet Explorer 7 body onmousemove or document.onmousemove events only seem to fire while the mouse is inside the browser …

javascript internet-explorer javascript-events
Use JavaScript to prevent a later `<script>` tag from being evaluated?

This is a bit of an oddball use case, but I have my reasons: I'd like to be able to …

javascript html javascript-events
Javascript dispatchEvent

Hey... I'm using Flash a lot and my classes uses EventDispatcher class which allowes me to define custom events of …

javascript javascript-events dispatcher
Change opacity on hover jQuery

I have been trying to make it so that when you hover over any part in the box then the …

jquery html javascript-events opacity fadein
Why trigger F11 press event doesn't work?

I just read this question: Full Screen Page by pressing button instead of F11 The op asked to replace F11 …

javascript jquery javascript-events keyevent
Make onclick function work with ENTER and "Go" button on Safari Mobile (iOS)

I have a form in which the button calls a function onclick: <form> <input type="text" id="…

javascript html javascript-events onclick buttonclick