Loading Assets
To load an array of external JavaScript files into the current page, use the asynchronous wire.loadJs
function. The function will return context to the caller when all files have been loaded successfully on the page.
To load an external CSS file into the current page, use the wire.loadCss
function. The function will return context to the caller when the file has been loaded successfully on the page.
Last updated