jQuery jQuery.globalEval()
Learn all about the jQuery function jQuery.globalEval().
This method behaves differently from using a normal JavaScript eval()
in that it’s executed within the global context (which is important for loading external scripts dynamically).