Home

Reload Page with Javascript

Reloading a page on the fly is easy with JavaScript.

Need to reload a page using JavaScript? It's quite simple.

window.location.reload();

Let's Connect

Keep Reading

Add Custom JavaScript and Stylesheets from SharePoint Master Page

You can add JavaScript and CSS files to your master page if you want to overwrite some default styles or add some functionality via a new script.

Aug 06, 2013

Don't Do Stupid Shit with JavaScript

The JavaScript community is large. Use it to make your code better.

Apr 20, 2020

Run JavaScript Script Before Another Script

Automatically run scripts with NPM/Yarn before or after another script.

May 09, 2022