Displaying 1 result from an estimated 1 matches for "outeffect".
2006 Feb 03
4
Anonymous function variable scope issue
...the effects for showing and  
hiding the divs (using script.aculo.us).
	Now onto the questions.  If you look at my main javascript include:
http://thinkof.net/notify/javascript/notify.js
	You should notice the first declarations I have are:
var notifyDestination = '''';
var notifyOutEffect = '''';
var notifyIdPrefix = '''';
	The only reason these exist is because of variable scope issues.  If  
you look at Notify.Alert.draw()  you''ll see that I am using them in  
an anonymous function for an onClick event:
objAlertOverlay.onclick = function (...