Answers for "how to use jquery to get the url"

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 "how to use jquery to get the url"

Code answers related to "Javascript"

Browse Popular Code Answers by Language