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

93
Views
Change style inside function two times

I've a vue application. My code:

console.log('1')
document.getElementById('loader').style.visibility = 'visible'
this.encrypted = CryptoJS.AES.encrypt(JSON.stringify(this.em), this.pd).toString();
console.log(this.encrypted)
document.getElementById('loader').style.visibility = 'hidden'
console.log('2')

I tried it with classbind, async await, v-if directives etc. the console.logs are in order so the consol.log('2') is logged at last, and waiting for this.encrypted to be resolved.

What i want is that the #loader is styled during the function, before the execution of this.encrypted and afterwards.

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!