I am currently experiencing a similar issue to the one mentioned here.. When making an Ajax request, I am attempting to set a background image of a loading icon with a greyed-out background, but for some reason the greyed background does not extend to the bottom of the page. It disappears as I scroll. I have tried the solutions recommended in that post, but none have worked. I am thinking of adding a new div that covers the entire body of the HTML and has a greyed-out background with a loading icon. However, I am unsure of how to do this. Therefore, my question involves using JQuery
My HTML contains various elements within the body.
The goal is to make the current content invisible or greyed out, add a new div that covers the entire body of the HTML (essentially on top of the existing body) and fill it with a greyed background.
Any assistance would be greatly appreciated?