Answers for "global variable in jquery"

33

javascript define global variable

window.myGlobalVariable = "I am totally a global Var"; //define a global variable
var myOtherGlobalVariable="I too am global as long as I'm outside a function";
Posted by: Guest on August-02-2019
0

jquery global variable

window.varName
Posted by: Guest on April-15-2021
-1

javascript global function

window.my_function = function(){
	//
}
Posted by: Guest on June-12-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language