Files in Asynchronous JavaScript 8
Primary tabs
File name![]() |
Location | Namespace | Description |
---|---|---|---|
async_js.info.yml | async_js.info.yml | async_js.info.yml | |
async_js.module | async_js.module | Queue JavaScript files to be loaded asynchronously. | |
README.txt | README.txt | Load JavaScript asynchronously using the most browser compatible method. The element for each JavaScript file to be loaded asynchronously will be generated dynamically after the window load event using the following basic method: (function() { var… |