I am having similar issue as posted here.. During Ajax request, I am trying to put background image of loading icon and greyed background, somehow the greyed background does not extend to the bottom of the page. As I scroll, it goes away. I tried remedies suggested in that post, but none helped. I thought of re-insering a brand new div that covers entire body of html and have background-greyed with loading icon. But I really don't know how to do that. So the question is using Jquery
I have my HTML with body that contain various elements.
Make the current contents invisible or greyed out, put a new div that covers entire the body of HTML (basically on top of the current HTML body) and fill it with greyed-background
Any help?