HTML and CSS Reference
In-Depth Information
<a href="#" class="deleteRow" data-task-id="${id}">Delete</a>
</nav>
</td>
</tr>
</script>
This is the first time we have used a conditional construct within a template, and once
again, this shows the advantages of using a template engine.
With this in place, you should be able to complete a task and have it appear as follows:
We can still delete a completed task, but we can no longer edit or complete them.
Search WWH ::




Custom Search