calrobs 0 Newbie Poster

Hi there,
I currently have HTML table on my website full of entires from a MySQL table. These entries are just normal words. I've been wanting the user to be notified if they click on that particular word. I have the text background change colour whenever the user clicks on any of these words.

I want to create an option or link rather to move onto the next set of words, however i only want this option to appear if the user has clicked on ALL the current words on the screen. Currently the words change colour to red so I need some sort of 'listener' that recognises when all the words have changed to red and then 'shows' the option to move on.... I quite confused on whether it requires elements of Javascript or JQuery or neither... Many thanks