Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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 :)

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.