I have a table of data sorted by date. Is there any Jquery plugin or code to hide the rows which has date older than current date?
Date is part of the td element of the row.
P.S: This is a cached page for a long time. So until the cache expires I need client side code to hide the data. Thanks