Answers for "js get current page url without paramets"

2

get page url without params in javascript

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

Code answers related to "js get current page url without paramets"

Code answers related to "Javascript"

Browse Popular Code Answers by Language