Back again with a javascript question within sharepoint. I would like to hide a list temporarly while my javascript code is running. So lets say I have a to do list.
Hide the list
I run my javascript code (doesn't matter what it is, so plz don't ask).
Show the list
I know how to do it with a calendarview but not listview yet:
HIDE CALENDAR-->$(".ms-cal-gempty").hide();