Html

Href attribute for links: “javascript:void(0)” or “#”?

Share

“javascript:void(0)” or “#”, these are two type by which we can call a JavaScript code. But, what do you prefer to do most?

These are for a building a link that has the sole purpose of running JavaScript code. But, in terms of functionality, page loading speed, validation purposes, etc. It may come to our mind that which is better.

For example, look at these below code:

<a href="#" >
<a  (0)" >
<a href="javascript:myFunction();">Click Here</a>

As, it does not cause problems but it’s a like the same as PreventDefault. While you are using “#” then, you will jump to the top of the page and the URL will append the anchor # as well.
To avoid this, you can simply return false; or use javascript:void(0);

And, <a >{text-decoration:underline;} and you will have “link look-like”.

The void operator is often used to obtain the undefined primitive value i.e. usually using “void(0)”. The reason you’d want to do this with the href of your link is that normally, a javascript: URL which will redirect to the browser to a plain text version of the result of evaluating that JavaScript.
But, if a result is undefined, then the browser stays on the same page as it was. void(0) is only the smallest script that is possible to evaluates as undefined.

But, note to remember that all that code was good back few years ago, though now it can be a bad practices now. Now, there are easier, better and more maintainable and scalable ways of accomplishing your desired result.

If you are planning to add other types of Javascript to your site, especially if your website is based on WordPress, you need to be careful to make sure you don’t make any mistakes and break your site. If you want more guidance on how to add scripts correctly, in this detailed article on how to add javascript to wordpress guide on CollectiveRay.com.

Published by
Namaste UI
Tags: featuredhtml

Recent Posts

How to Find the Best SEO Consultant in Toronto to Boost Your Rankings

Introduction In today's digital age, having a strong online presence is crucial for businesses in…

6 hours ago

Sharing USB across networks

You may need access to a printer, scanner, webcam, or dongle connected to another computer.…

22 hours ago

Tourist Attractions: 5 Top-Rated Must-See Places in Dubai

From skyscrapers to endless deserts, from luxurious malls to Michelin star restaurants, Dubai has it…

22 hours ago

Fractional CTO Services: Catalyzing Growth in the Logistics Sector

In today's fast-paced digital world, the logistics and supply chain sector is encountering unprecedented challenges…

1 day ago

Email Marketing Professionals: Masters of Digital Connection

In the vast landscape of digital marketing, one strategy has stood the test of time…

1 day ago

How to Increase E-commerce Site Speed for Fast Conversions?

Website navigation and speed play a significant role in the success of online business. Attractive…

2 days ago