Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

388
Views
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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!