How to addevent Listener for right click in javascript ? February 28, 2016 Get link Facebook X Pinterest Email Other Apps Just use the contextmenu event ? then you will get the right click trigger. Example : window.addEventListerner("contextmenu",function(){ //Code goes here..... },false); thank you. Comments
Comments
Post a Comment