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

100
Views
Jquery click function on createElement not working

I'm using jquery to click toggle a list element created with createElement() but it doesn't work. The html elements display correct but the click function doesn't fire.

$.getJSON(endpoint, function(result) {

    $.each(result, function (i, v) {

        if(v.comment !== null){
            listItem = document.createElement("div");
            listItem.classList.add('row','comment-item');
            listItem.innerHTML = '<div id="toggle-comment-options"><ul id="comment-options" style="display:none"><li>Edit</li><li>Delete</li></ul></div>';
            document.getElementById("comments").appendChild(listItem);
        }

    });

});

$("#toggle-comment-options").click(function(){
    var list = $("#comment-options");
    $(list).fadeToggle();
});
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!