I have more than one script (for Google Charts) in the website and each one contains a loop (forEach) with $.Deferred() because I need it. When I have various scripts the website only show the result that the first has finished the ejecution and not the others. How I can wait until all scripts are finished to show the website.
I don't know if you can understand that I want to way.