Answers for "javascript url without querystring"

0

get url without query string

window.location.href.split('?')[0]
Posted by: Guest on May-16-2021

Code answers related to "javascript url without querystring"

Browse Popular Code Answers by Language