How to create repeatable table with unique ID's using jQuery
- by milbert
I need to create a table structure that can be "copied" and populated with a new set of data. However, each table must have unique IDs for functions that must access them later. For example:
<table class="main">
<thead><tr><th class="header"></th></tr></thead>
<tbody>
<tr…