I have a table on my page and I want to display a message telling the user that they need to create content before the table is visible.
Currently when the table is empty the user can still see the table headings( article, date added etc)
Using Jquery how would I hide the table and the div containing the table?
Do you know what I mean?