dojo.io.script.attach
dojo.require("dojo.io.script");
defined in dojo/io/script.js
Attaches the script element to the DOM. Use this method if you just want to attach a script to the DOM and do not care when or if it loads.
parameter | type | description |
---|---|---|
id | String | |
url | String | |
frameDocument | Document | Optional. |