Let's say I want to reload www.domain.com/abc?num=4
www.domain.com/abc?num=4
But I want to reload www.domain.com/abc ONLY (without everything after the question mark)
www.domain.com/abc
window.location = window.location.href.split("?")[0];
1.4m articles
1.4m replys
5 comments
57.0k users