Answers for "get current url jquery net core"

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

jquery get URL slug

var pathname = window.location.pathname;
Posted by: Guest on June-04-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language