Answers for "jquery get base url"

6

js get base url

var url = window.location.origin;
Posted by: Guest on August-26-2020
2

jquery get base url

console.log(window.location.origin);
Posted by: Guest on March-04-2020
1

jquery get url

var currentURL = $(location).attr('href'); 
var currentURL = window.location.href;
Posted by: Guest on July-27-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language