Okay, fair enough, but I still don't quite get it.  In the "initialize" 
class in the JSFiddle example, I create the Morph object, but it doesn't 
actually get invoked with the CSS class reference until a click.  But the 
code behaves as though it has read/process/whatever the events inside the 
"onclick" event before that event is actually fired.  Again, maybe a stupid 
question, but is that what goes on under the hood?  It's not processed at 
the time of the click, but it's processed beforehand?  And so if I have the 
Mootools class fire on load instead of domready, you think it should work 
properly?

Reply via email to