Answers for "get current url javascript 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 "get current url javascript without query string"

Browse Popular Code Answers by Language