Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

190
Vistas
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 la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda