Michael Geary wrote:
Ah, now I'm following you! I'm slow today.
Heh -- just remember, slow is relative :)

This will work:

   var test;
   jQuery ( function() { test = function() {alert('here')} } );

   // and sometime later in your code, after document.ready fires
   test();  // test is defined at this point...

It works indeed, thanks for the help.

 ~ ~ Dave

Reply via email to