Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • It is a good example for xhr request. But it sends a request to a rest api server. What i need is only to modify parameters on the address bar without making an xhr request. Commented Mar 8, 2016 at 10:13
  • @vbilici so inside a function, like findMyEvents() { window.location.replace(`http://my.current.page.com?firstName=${this.registrant.firstName}&lastName=${this.registrant.lastName}`); } Is that more of what you are looking for Commented Mar 8, 2016 at 14:51
  • @Toolkit it's a dumpster fire for sure, or drinking from a fire hydrant. Pick your metaphor. :) Programming is finding better ways to solve challenging and common problems. The frontend folks just have a lot of opinions on the matter, hackernoon.com/… Commented Dec 6, 2016 at 15:29