Answers for "javascript url without query string"

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 query string"

Browse Popular Code Answers by Language