2
votes
Href for Javascript links: “#” or “javascript:void(0)”?
Just to pick up the point some of the other have mentioned.
It's much better to bind the event 'onload'a or $('document').ready{}; then to put JavaScript directly into the click event. …
