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

431
Views
Why doesn't JS onclick event return function fullly

I stored the button element and also the element to be changed into seperate variables. I added an onclick property to the button. When i click, it brings my function but on second click, it doesnt bring my function.

var button = document.getElementById("btn");

var divv = document.getElementById("div");

button.onclick = function(){

        if (divv.className = "."){

            //expand divv

            divv.className ="open";

            button.innerHTML = "Read less";

        } else{

            //shrink divv

            divv.className = ".";

            button.innerHTML = "Read more";
        };
} ``` 
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!