Top "Events" questions

An event is a way for a class to provide notifications to listeners when a particular thing happens.

Javascript callback when IFRAME is finished loading?

I need to execute a callback when an IFRAME has finished loading. I have no control over the content in …

javascript events dom iframe
Create a custom event in Java

I want to do something like this in Java but I don't know the way: When event "object 1 say 'hello'" …

java events listener handler
jQuery 'input' event

I've never heard of an event in jQuery called input till I saw this jsfiddle. Do you know why it's …

jquery events input
How to prevent ENTER keypress to submit a web form?

How do you prevent an ENTER key press from submitting a form in a web-based application?

javascript events
Event system in Python

What event system for Python do you use? I'm already aware of pydispatcher, but I was wondering what else can …

python events event-handling dispatcher
Get DataKey values in GridView RowCommand

I have a GridView with an associated DataKey, which is the item ID. How do I retrieve that value inside …

asp.net events gridview rowcommand datakey
Add onclick event to newly added element in JavaScript

I have been trying to add onclick event to new elements I added with JavaScript. The problem is when I …

javascript events new-operator element add
Trigger change() event when setting <select>'s value with val() function

What is the easiest and best way to trigger change event when setting the value of select element. I've expected …

jquery events triggers onchange
How to unbind a listener that is calling event.preventDefault() (using jQuery)?

jquery toggle calls preventDefault() by default, so the defaults don't work. you can't click a checkbox, you cant click a …

javascript jquery events preventdefault event-bubbling
How do I hide an element on a click event anywhere outside of the element?

I would like to know whether this is the correct way of hiding visible elements when clicked anywhere on the …

jquery events event-bubbling