Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

190
Visualizações
Changing URL parameters in wordpress

I have a site with this URL: https://my_site.cz/index.php/prices/order/?button=1. I want to change URL parameter button to 0. I tried this javascript code:

var queryParams = new URLSearchParams(window.location.search);
queryParams.set("button", "0");

But it didn´t work. I tried other sugestions but the button variable remains unchanged. How can I change the variable? Thanks for any help (I use wordpress and a Divi theme from Elegant themes.)

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

The queryParams are currently a copy of the window.location.search values. You'll need to assign the search property of the location object to update the search params in the URL.

var queryParams = new URLSearchParams(window.location.search);
queryParams.set("button", "0");
window.location.search = queryParams;

When assigning an instance of URLSearchParams like here above, it will call the toString() method on the URLSearchParams object and convert the object to a string.

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda