Hi there:
I come across this problem when referring a piece of javascript code:
<a href="javascript:void(0);"><!-- other html elements --></a>
It wants to register a mouse click event listener on this anchor, but I cannot find which function is registered. What's more, what does the code href="javascript:void(0);" mean?
Thanks in advance!