Top "Javascript-events" questions

DO NOT USE THIS TAG!

How to register window.external.notify event handler in Javascript

I'm trying to use Azure Access Control Service in HTML/JavaScript application. The following code sample is going to display …

javascript javascript-events acs
Disabling double tap zoom on android web browsers,without viewport

I want to disable the double tab zoom on a div in my webpage on android browser. I tried prevent …

javascript-events android-browser
Backbone.js model's destroy method does not trigger success or error event

I am beginning to learn Backbone.js and I started with this boilerplate and made an example by loading JSON …

javascript-events backbone.js requirejs mustache js-amd
HTML form with single text field + preventing postback in Internet Explorer

I have noticed a rather strange behaviour in IE. I have a HTML form with a single input text field …

javascript internet-explorer javascript-events autopostback
javascript removeEventListener not working inside a class

I've been playing around with es6 classes, and tried setting up a simple mouse class. addEventListener works, but for some …

javascript class javascript-events
Native addEventListener with selector like .on() in jQuery

Does anyone know how jQuery's .on() method can be implemented in native JS? The "addEventListener" method does not take a …

javascript jquery javascript-events
Stop propagation with jquery delegate/live function not working

Heres the problem html: <ul id="update-list"> <li class="update" onclick="window.location('some_url')"> <…

javascript jquery javascript-events delegation
jQuery livequery plug equivalent in jQuery 1.7+

Is there the equivalent of the jQuery livequery plugin for jQuery 1.7+ ? Im trying to dynamically bind events, reading the events …

jquery html javascript-events livequery
add eventhandler to jquery UI datepicker after its creation

I have the following scenario: In my masterpage I have: $(".datepicker").datepicker({ changeYear: true, changeMonth: true, dateFormat: "dd/mm/yy", …

jquery jquery-ui javascript-events datepicker uidatepicker