Answers for "window.location.href without parameters"

2

get page url without params in javascript

window.location.href.split('?')[0];
Posted by: Guest on June-22-2021

Code answers related to "window.location.href without parameters"

Code answers related to "Javascript"

Browse Popular Code Answers by Language