Hide list Sharepoint Temprarly Javascript

Posted by lerac on Stack Overflow See other posts from Stack Overflow or by lerac
Published on 2010-04-13T20:11:33Z Indexed on 2010/04/13 20:13 UTC
Read the original article Hit count: 330

Filed under:
|
|

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();

© Stack Overflow or respective owner

Related posts about sharepoint

Related posts about JavaScript