DO YOU NEED A CONTENT WRITER FOR YOUR BUSINESS?

Your One-Stop Solution for All Content Needs! Click here for more!
jQuery

Difference between window.location.href and location.reload

Share

window location href and location reload() both redirects a page to a new page but there are some difference to follow.

Here is the difference between window.location.href and location.reload:

window.location.href is not a method. It is a property which will tell you the current URL location of the browser. Changing the value of the property will redirect the page.

window.location.href = 'http://www.namasteui.com';

The window.location.reload() method is used to reload the current document. It acts same as the reload button in our browser.

window.location.reload() is supposed to accept the argument that tells to do hard reload from the server by setting the forceGet parameter to true i.e. ignoring the cache.

window.location.reload(true);

Another thing is that window.location.reload() reloads the current page with POST data, whereas window.location.href = window.location.href does not include the POST data.

Jacob Frazier

Based on United States, Jacob Frazier is a skilled JavaScript developer with over 8 years of experience. He is passionate about change and trying new things, both professionally and personally. He loves startups and is extremely proactive.

View Comments

  • The information you are providing is very helpful for me and other curious readers also. I love to read articles.
    Thank You.

Recent Posts

Writing Tools That Help Content Marketers Produce Cleaner Work

Content marketing has a hidden tax. It's not the writing itself, it's everything that happens…

2 weeks ago

How Data Analytics Is Actually Driving Smarter Marketing Decisions

Most marketing teams aren't failing because they lack data. They're failing because they can't act…

4 weeks ago

The Ultimate SPF Tester Guide: Boost Email Deliverability In Minutes

Email marketing continues to be one of the most effective ways for businesses to communicate,…

4 weeks ago

Sales Ops: A role that helps sales teams work as efficiently as possible

Xerox first introduced it around the mid-1970s. The need came up because the management activities…

1 month ago

Forex Investment Tips for Beginners

Investing in the forex market may look to be a dangerous game. With some worthwhile…

1 month ago

How Did The Restaurant Industry change In Post Pandemic Era?

The coronavirus outbreak has drastically changed the way we live our lives. Yes, that's absolutely…

2 months ago