Where is the action listener registered?
- by Summer_More_More_Tea
Hi there:
I come across this problem when referring a piece of javascript code:
<a href="javascript:void(0);"><!-- other html elements --></a>
It want 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!