SyntaxFix
Write A Post
Hire A Developer
Questions
In response to Dan (https://stackoverflow.com/a/20048559/4298604), I would recommend a slightly altered version.
<div onclick="void(0)">Click Me!</div>
Adding "void(0)" helps to obtain the undefined primitive value, as opposed to "".