Holen Sie sich Seiten -URL ohne Parameter in JavaScript
window.location.href.split('?')[0];
Yousef Qaoud
window.location.href.split('?')[0];