Hi,
I am using jquery to achieve a variety of stuff in my pages, which includes showing and hiding div elements.
Now I also have the facebook JS SDK in the master page to check whether the user has signed out of facebook and making graph api calls.
The problem is sometimes, it takes a while for response from facebook to come and in this while, div elements which are hidden by jquery on $.ready, can be seen by the user.
Any ideas how to better this?