making js local function globally accessible code example
Example: making js local function globally accessible
window.checkCookie=function(){
// do whatever you want here
};
window.checkCookie=function(){
// do whatever you want here
};