Skip to content

Instantly share code, notes, and snippets.

@greyscaled
Last active May 24, 2018 03:13
Show Gist options
  • Select an option

  • Save greyscaled/e6ac6c2acea4000ddc88cfc79446f1b0 to your computer and use it in GitHub Desktop.

Select an option

Save greyscaled/e6ac6c2acea4000ddc88cfc79446f1b0 to your computer and use it in GitHub Desktop.
<table id="cardTable" class="tablesorter">
<thead>
<!-- Don't need this -->
</thead>
<tr id="card_1234" class="card-row" data-id="1234" data-name="card-name" data-elems="water fire">
<td>
<span>
<!-- don't need -->
</span>
</td>
<td class="ellipsis">Legendary</td>
<td>Forest</td>
<td>Archer-Rogue</td>
<!-- Rest of Info -->
</tr>
<!-- hundreds of identical <tr>'s -->
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment