good god that was typed to fast :) correction to basic English .
A callback by my understanding (self taught so be warned) is Function B called on completion of Function A from within Function A . On Fri, Jun 25, 2010 at 2:17 PM, Paul Saukas <[email protected]> wrote: > > I believe your looking for this . http://jsfiddle.net/SA2kQ/ > > A callback by my understanding (self taught so be warned) is a function B > called on completion of another function A from within Function A . > > Thus the move of afterImagesLoaded(); from the domready to the onComplete > of getImages(). >
