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

185
Visualizações
JQuery: storing AJAX response into a global variable

Please would someone help me to update a global variable (user_ID) with the response from an AJAX request.

I have attempted the following with no success - https://newbedev.com/jquery-storing-ajax-response-into-global-variable. Alert() has consistently stated global var was undefined,

Note the console.log() message states a valid user_ID in the inner-scope. I just need to get it out..

Thanks :-)

// update global variable (user_ID) with ajax response

var user_ID;  // empty var to be populated with result
function receiveUserId(layerURL) {
    $.ajax({
        url: layerURL,
        crossDomain: true,
        type:"GET",
        // process the response from the server
        success: function(result){
            user_ID = result.user_ID; //JSON obj.prop
            console.log("The server responded with the following user ID: ", user_ID)
            return user_ID
            }
        });
}

about 4 years ago · Juan Pablo Isaza
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