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

389
Vistas
Making a function wait for a variable to be true (javascript)

I have this const which is triggered by an 'onclick' button in html:

const showWebinar = (id) => {
    const yt_frame = document.getElementById("youtube_frame");
    yt_frame.setAttribute("src", `https://www.youtube.com/embed/${id}`);
    yt_frame.style.display = "unset";
    dataLayer.push({'event': `${id}`});
} 

I need it, once the button is clicked, to wait for the callback 'onReadyForServerApproval' (this callback is from the SDK found here. The HTML button looks like this:

<button class="button_click" onclick="showWebinar('YIhYCRBDOUo')">Pay</button>

where the class triggers the payment flow.

Is it possible to make 'showWebinar()' wait for the callback?

Thanks

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