Tengo una tabla mas o menos asi:
Código HTML:
<table> <tr> <th>User</th> <th>08:00-10:00</th> <th>10:00-12:00</th> <th>13:00-15:00</th> <th>15:00-17:00</th> <th>17:00-19:00</th> <th>Comentarios</th> </tr> <tr> <th><p id="message"></p></th> <th><button onclick="'selection();">X</button> </th> <th><button onclick="'selection();">X</button></th> <th><button onclick="'selection();">X</button></th> <th><button onclick="'selection();">X</button></th> <th><button onclick="'selection();">X</button></th> <th></th> </tr> </table>
Alguna idea de como hacerlo??
Muchas gracias!