function stripQueryStringAndHashFromPath(url) { return url.split("?")[0].split("#")[0]; }
Read full article from javascript - Remove querystring from URL - Stack Overflow
Read full article from javascript - Remove querystring from URL - Stack Overflow
No comments:
Post a Comment