Quantcast
Channel: jQuery API Documentation » Version 1.0.4
Viewing all articles
Browse latest Browse all 23

jQuery.globalEval()

$
0
0

jQuery.globalEval( code )Returns:

Description: Execute some JavaScript code globally.

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).

Example:

Execute a script in the global context.

1
2
3
4
5
function test(){
jQuery.globalEval("var newVar = true;")
}
test();
// newVar === true

Viewing all articles
Browse latest Browse all 23

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>