I'm looking for a really easy random generator, which combines the content of a TD from each column.
I'm brainstorming about 'Who' does 'What' with 'What'. There are three columns, named above, and the generator should take one of out each column, when you click on a button 'generate'.
starting with the simple thing:
<table class="randomgenerator">
<tr>
<td>A man</td>
<td>A women</td>
<td>Alien</td>
</tr>
<tr>
<td>Open</td>
<td>Close</td>
<td>Activate</td>
</tr>
<tr>
<td>A door</td>
<td>A notebook</td>
<td>A car</td>
</tr>
</table>
It should .write 'let a
I think it only needs a easy short piece of jquery :)