top | item 31831478

(no title)

jxcole | 3 years ago

If you're going to cheat why not all the way:

    document.querySelector(".time").innerHTML = '<b>Time:</b> 0.0001';
    Array.from(document.querySelectorAll(".theSport input[type='checkbox']"))
      .forEach(e => { e.disabled = false; e.checked = true; });

discuss

order

No comments yet.