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

215
Visualizações
how to pass "id" as a path variable via url from first page to second page and assign to a variable

I need to pass the id of html card (when I click on it) to second page via URL as a path variable using JavaScript. currently, the URL is like this : www.xyz.com/page2.html?id=2

but I need to do the same function by sending the id as a path variable to second page like this

www.xyz.com/page2.html/2

and assign that id to a variable in the second page. I need to do this using JavaScript or jQuery Please someone help me to solve this issue.

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

0

You can use jQuery to redirect the user to another page.

let's say

//cardID is the class value of the HTML card or we can use some other selector
$( ".cardID" ).on( "click", function() {
    var cardID = $(this).attr('id');
    window.location.replace("www.xyz.com/page2.html/"+cardID);
});

And on another page...

var url = window.location;
var urlAux = url.split('/');
var cardID = urlAux[2]
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