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

The Sharp-Looking Guy: 5 Essential Tips for Men to Become Sharp

We've gotten so used to seeing men streetwear joggers, ripped jeans, and sleeveless shirts. Hair…

21 hours ago

How to Use Your Wedding Jewellery In Unique Ways At Festivals

When it comes to festivals, the options for wedding jewellery are endless. You can go…

21 hours ago

5 Tips On Window Cleaning

Whether it concerns your home or an office building, the state of a property’s windows…

24 hours ago

Sustainable Business Practices: A Win-Win Strategy

You know that running an environmentally sustainable business is the right thing to do. But…

1 day ago

Unlock Growth – Guide to Online Financing and Business Loans for Entrepreneurs

If you are in a financial crisis , or need to start a new business…

1 day ago

7 Key Factors That Help In Selecting the Best Fleet Management Software

To realize the strategic advantage from the fleet management system (FMS) and differentiate the business…

1 day ago