Posts by Willian • 21 points
1 post
-
2
votes3
answers2361
viewsA: Remove URL parameter with Javascript
I had a similar problem, I solved it as follows. First assign the url to a variable url = new URL(window.location.href); Second, I removed the Variable parameter, in the case of the above example is…