I am trying to show a loading screen until a loading screen until my call to Adsense for Search is completed.
Basically, I want to have $(".loading").hide() occur when the contents of a specific div change. Is there a way to do this using Javascript, preferably jquery?
You can use an interval to check if the contents of the div change and have it fire every 100ms or so.