js get only uri from code example
Example 1: javascript get url path
window.location.pathname
Example 2: javascript to get uri
var newURL = window.location.protocol + "//" + window.location.host + "/" + window.location.pathname + window.location.search