Top "Events" questions

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

Detecting when Iframe content has loaded (Cross browser)

I'm trying to detect when an iframe and its content have loaded but not having much luck. My application takes …

javascript events cross-browser
How to fire an event when v-model changes?

I'm trying to fire the foo() function with the @click but as you can see, need press the radio button …

javascript events vue.js
Capture close event on Bootstrap Modal

I have a Bootstrap Modal to select events. If the user clicks on the X button or outside the modal, …

twitter-bootstrap events bootstrap-modal
Javascript event handler with parameters

I want to make an eventHandler that passes the event and some parameters. The problem is that the function doesn't …

javascript events event-handling handler
How to stop event bubbling on checkbox click

I have a checkbox that I want to perform some Ajax action on the click event, however the checkbox is …

javascript jquery checkbox events
Detecting Browser Autofill

How do you tell if a browser has auto filled a text-box? Especially with username & password boxes that autofill …

javascript jquery events event-handling autofill
Remove All Event Listeners of Specific Type

I want to remove all event listeners of a specific type that were added using addEventListener(). All the resources I'm …

javascript events
What properties can I use with event.target?

I need to identify elements from which events are fired. Using event.target gets the respective element. What properties can …

events properties jquery
How do I execute code AFTER a form has loaded?

In .NET, Windows Forms have an event that fires before the Form is loaded (Form.Load), but there is no …

c# .net winforms events
Event for Handling the Focus of the EditText

Can anyone suggest me any event related to the focus of the EditText? My application contains a EditText, which accepts …

android events networking