We are working on a JavaScript tool that has older code in it, so we cannot re-write the whole tool.
Now, a menu was added position fixed to the bottom and the clien
You could use jQuery to add an event listener on the document DOM.
$(document).on("click", function () { console.log('clicked'); });