For various reasons, I need to put a (mostly) transparent over some text. However, this means that the text can\'t be clicked (eg, to click links or
over some text. However, this means that the text can\'t be clicked (eg, to click links or
Use this jQuery
$("div").click(function(e){e.preventDefault();});
replace "div" with the ID or element