Hi all, I have a html table which is generated with some php scripts. It is a list of events. One of the cells of each row contains a date (in the format dd-mm-yyyy). What I want now is to select all the events (rows) which have been done and I want to assign a class to each of such a row.
The problem here is of course the selector part. Is this possible with jQuery, and if so, could somebody help me out with the code? Or should this be done with php programming? Thanks! Joey