dojo
Version:
Dojo core is a powerful, lightweight library that makes common tasks quicker and easier. Animate elements, manipulate the DOM, and query with easy CSS syntax, all without sacrificing performance.
18 lines • 324 B
HTML
<div>
<div id="container"></div>
<ul class="zork notdone">initial content</ul>
<ul class="zork notdone">initial content</ul>
<ul class="zork notdone">initial content</ul>
<table id='tableTest' class='box'>
<thead>
<tr>
<td></td>
</tr>
</thead>
<tbody>
<tr>
<td></td>
</tr>
<tbody>
</table>
</div>