How to find what is causing a preventDefault which overrides normal click behavior

You should be able to override Event.prototype.preventDefault and add a debugger statement as its first line.

Run the following via the console.

var oldEPD = Event.prototype.preventDefault;
Event.prototype.preventDefault = function() {
    debugger;
    oldEPD.call(this);
};

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)