タグ
The HTML for the table is very straight forward (no Javascript, pure HTML): <table id="table-1" cellspacing="0" cellpadding="2"> <tr id="1"><td>1</td><td>One</td><td>some text</td></tr> <tr id="2"><td>2</td><td>Two</td><td>some text</td></tr>... 続きを読む

