On Fri, Oct 24, 2008 at 9:54 PM, Ryura <[EMAIL PROTECTED]> wrote: > > Alternatively, > > <script> > $(function(){ > window.test = function(){ console.log('hi')} > }); > > </script> >
Thanks, Mike and Ryura. That's what I needed to hear. For some odd reason I had it pounded in my head that everything jQuery needed to defined within the jQuery document instance. Thanks, Eric P.