check www url path javascript code example
Example 1: javascript get current url
var currentUrl = window.location.href;
Example 2: javascript get url path
window.location.pathname
var currentUrl = window.location.href;
window.location.pathname