Answers for "how to get current url in js without query"

0

get url without query string

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

Code answers related to "how to get current url in js without query"

Browse Popular Code Answers by Language