Answers for "how to get host in javascript"

5

jquery get current url

var currentURL = $(location).attr('href'); //jQuery solution
var currentURL = window.location.href; // raw javascript
Posted by: Guest on July-23-2019
0

current url

window.location.href
Posted by: Guest on December-12-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language