What does "javascript:void(0)" mean?
Posted
by Shore
on Stack Overflow
See other posts from Stack Overflow
or by Shore
Published on 2009-08-18T05:20:13Z
Indexed on
2010/03/29
22:43 UTC
Read the original article
Hit count: 240
<a href="javascript:void(0)" id="loginlink">login</a>
I've seen such href
s many times, but I don't know what exactly that means.
© Stack Overflow or respective owner