Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jQuery workloads: use :nth-child() in a querySelector call in each it…
…eration (#367) This PR fixes the issue #365: jQuery test only ever marks the first todo item as completed The bug was caused by jQuery replacing the whole todo list whenever each todo item is toggled. Fixed it by running querySelector with :nth-child in each iteration. Co-authored-by: Ryosuke Niwa <[email protected]>
- Loading branch information