Re: [jQuery] Call from Javascript to jQuery javascript function

2009-12-16 Thread brian
On Wed, Dec 16, 2009 at 11:14 AM, Michael Geary wrote: > In fact, within a single

Re: [jQuery] Call from Javascript to jQuery javascript function

2009-12-16 Thread brian
On Wed, Dec 16, 2009 at 9:17 AM, Richard D. Worth wrote: > > No need to add another block. As you pointed out earlier, the document ready > won't run until later. By the time it does, the callit function will have > been defined: > That's true, but I left it as 2 blocks because Wendi pointed out

Re: [jQuery] Call from Javascript to jQuery javascript function

2009-12-16 Thread Michael Geary
In fact, within a single tag, function definitions happen first, before any code in that