Answers for "change base url javascript"

3

js change url

window.location.href = "www.google.com";
Posted by: Guest on May-07-2020
1

find base url in javascript

var base_url = window.location.origin;

var host = window.location.host;

var pathArray = window.location.pathname.split( '/' );
Posted by: Guest on February-17-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language