Answers for "how to get the parth url using jquery"

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

Code answers related to "how to get the parth url using jquery"

Code answers related to "Javascript"

Browse Popular Code Answers by Language