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

91
Views
Debugger Showing Element Not Visible Without

In my website, whenever a user types a command, a loading circle shows. The way this happens is with the jquery command

$("#load").show()

But the problem is that the loading circle bar only shows when I have a debugger and am looking at it in inspect. Here are some photos: The Element in Inspect with a debugger (the loading circle in the input text)

Then without the inspect element, the loading bar doesn't show. HELP PLEASSE!!!

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

I've seen this before. If you are doing too much processing in the browser, it never gets around to updating the UI. You need to show your loader in a different thread by spawing it either as a promise, or more simply, as a settimeout function with one millisecond.

setTimeout(() => {  $("#load").show(); }, 1);
about 4 years ago · Juan Pablo Isaza Report
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!