public marks

PUBLIC MARKS from decembre with tags url & stackoverflow

08 June 2018 09:00

JAVASCRIPT - URL - QUERY - url - How can I get query string values in JavaScript? - Stack Overflow

Is there a plugin-less way of retrieving query string values via jQuery (or without)? If so, how? If not, is there a plugin which can do so?

JAVASCRIPT - URL - Javascript: document.url without the anchor (hash) portion - Stack Overflow

Specifying the first element worked for me: window.location=document.location.href.match(/(^[^#]*)/)[0]