Top "Javascript-events" questions

DO NOT USE THIS TAG!

addEventListener in jQuery

Possible Duplicate: jQuery equivalent of JavaScript's addEventListener method Also from a very good jQuery tutorial on : http://itunes.apple.com/…

javascript javascript-events jquery addeventlistener
Detect if the iframe content has loaded successfully

I have a widget that contains an iframe. The user can configure the url of this iframe, but if the …

javascript javascript-events cross-domain
How can I get the destination URL for the onbeforeunload event?

I've searched for hours, but I couldn't find a solution for this. window.onbeforeunload = warn; This doesn't work: function warn (…

javascript url javascript-events onunload
Adding click event via addEventListener to confirm navigation from a hyperlink

I am writing some JavaScript that what I essentially want to do is confirm when a user clicks a link …

javascript javascript-events hyperlink addeventlistener
Create a pause inside a while loop in javascript

I would like to create a pause inside a while loop so that I can create n animations that each …

javascript-events while-loop
Any examples of Flot with floating tooltips?

I am currently working on a Flot graph, the API which seems pretty powerful overall, although examples of advanced use …

javascript jquery javascript-events flot graphing
Detecting user inactivity over a browser - purely through javascript

In building a monitor, which would monitor any activity on the browser by the user, like click of a button …

javascript javascript-events session-timeout
window.resize event firing in Internet Explorer

As you are aware, in Internet Explorer, the window.resize event is fired when any element on the page is …

javascript jquery internet-explorer javascript-events resize
How to convert a char to its keycode?

How can I convert a character to its respective keycode? For example: a to 65 b to 66 c to 67 d to 68

javascript jquery javascript-events
What exactly is the parameter e (event) and why pass it to JavaScript functions?

Well, when I learned JavaScript, all the books and Internet articles I read showed code passing a parameter e to …

javascript events javascript-events