Files in Asynchronous JavaScript 7
Primary tabs
File name![]() |
Location | Namespace | Description |
---|---|---|---|
async_js.info | async_js.info | name = Asynchronous JavaScript description = Asynchronously load JavaScript after window load event. core = 7.x | |
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… |