Quantcast
Channel: Internet Explorer Web Development forum
Viewing all articles
Browse latest Browse all 3527

Alt+D shortcut key unable to overriade in edge Javscript

$
0
0

Hi 

I am unable to override the alt+d keydown in javascript edge browser remaining all browsers working. it's navigating to address bar

on keydown event

$(document).keydown(function (e) { if (e.altKey && e.key == "d") { e.cancelBubble = true; e.returnValue = false; e.preventDefault(); e.stopPropagation(); alert(); }});

Please have any solution for this?


Viewing all articles
Browse latest Browse all 3527

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>