Having trouble sharing my code directly, so please check out the JSFiddle link to see it in action. Once you click the "Click to Draw a Winner" button, a winner will be randomly selected after 10 seconds. The only issue is that currently only the winning ballot number is highlighted.
Any suggestions for highlighting the corresponding representative name of the winning ballot?
Check out my code on JSFiddle here
<div class="container">
<table style="width: 100%; height: 100%; margin-left: auto; margin-right: auto;">
<tbody>
<tr>
<td style="width: 50%; text-align: center; vertical-align: middle;" rowspan="2">
<button class="choosewinner" style="text-align: center; font-weight: bold; font-size: 18px;">Click to Draw a Winner</button>
</td>
<td align="center;" style="text-align: center; font-size: 16px; font-weight: bold;">WIN A PRIZE OF $</td>
</tr>
<tr>
<td style="width: 50%; text-align: center; font-weight: bold; color: #E63946">Qualifying Reps - Prize Number 1</td>
</tr>
</tbody>
</table>
<table id="table_id" class="table text-center">
<tbody class="row" style="font-size: 12px; ">
<table class="tableizer-table" >
<thead>
<tr class="tableizer-firstrow">
<th style="text-align: center;">_______Rep_______</th>
<th style="text-align: center;">_Ballots_</th>
<th style="text-align: center;">_Probability_</th>
<th style="text-align: center;">1</th>
<th style="text-align: center;">2</th>
<th style="text-align: center;">3</th>
<th style="text-align: center;">4</th>
<th style="text-align: center;">5</th>
<th style="text-align: center;">6</th>
<th style="text-align: center;">7</th>
<th style="text-align: center;">8</th>
<th style="text-align: center;">9</th>
<th style="text-align: center;">10</th>
</tr>
</thead>
<tbody align=center>
A.B.50.26% 1 2 3 4 5 D.K60.31% 1 2 3 4 5 6 T.R90.47% 1 2 3 4 5 6 7 8 9 G.J30.16% 1 2 3