On Feb 14, 2006, at 7:38 AM, gbirke wrote:
Okay, I should have expressed my question more clearly: "Is there any DOM processing going on when loading the MochiKit script files are loaded?"
MochiKit hardly does anything at all until you ask it to. Technically it does create a DIV or two that never get inserted into the document in order to detect if the browser is broken or not (IE), but that's about as close as it gets.
-bob
