Change url parameters using javascript

No comments
var newUrl = your url
history.pushState({}, null, newUrl);

No comments :

Post a Comment