I got a table:
<table id="ItemsTable" > <tbody> <tr> <th> Number </th> <th> Number2 </th> </tr> <tr> <td>32174711</td> <td>32174714</td> </tr> <tr> <td>32174712</td> <td>32174713</td> </tr> </tbody> </table> I need the values 32174711 and 32174712 and every other value of the column number into an array or list, i'm using jquery 1.8.2.