I am using following code to append param to url. This is working fine but when parameter is appended in url, page is getting reloaded. I want to use this functionality without
You can only do this using history.pushState(state, title, url) which is an HTML5 feature.