What do certain hrefs mean exactly?
For the same objective, one can use href="javascript:" But however, for the earlier and outdated internet softwares versions, the void(0) part was used where the URL methods of Javascript were different. The respective IE7 manages and works precisely wherein the shorthand was not functional.
-
I've also seen href="javascript://", is this better? –
href="javascript://" is not working for me void(0) works perfectly.
-
Which browser did you use back then? href="javascript://" and href="javascript:void(0)" are equivalent. // is a JS comment.