Helper method to dynamically remove a JS file previously loaded from the script section of the current document.
removeJS = function(fileName)
static removeJS(fileName: string): void;
fileName
Path to the JS file to remove.
This method works by enumerating the script tags in the current document for a matching fileName, if the item is found then it is removed from the document. If the item is found, then nothing is done.
Products |
Support |
Feedback: removeJS Method (LTHelper) - Leadtools |
Introduction |
Help Version 19.0.2017.3.21
|