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

234
Views
Cómo saber si un elemento está borroso o no en Javascript

¿Cómo puedo saber si un elemento específico está borroso o no usando una declaración if, algo como esto:

 if (elem.isBlurred) { // code goes here }

sin usar onblur().

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

0

let isBlurred = false; document.getElementById('element').onclick = funtion() { isBlurred = !isBlurred; } //for each click check with the browser Console (F12), type: isBlurred /* if (isBlurred) { document.getElementById ('element').classlist.add ("blur"); } else { document.getElementById ('element').classlist.remove ("blur"); } */
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!