You're going to have to be more specific. Test page? Example code? You can certainly load jQuery in a script tag in the body. I do it all the time in my Google mapplets and gadgets; it works fine.
But I wouldn't be able to guess what might have gone wrong without seeing the code. -Mike > From: snacktime > > When I include jquery inline in the body via a script tag I'm > getting jquery not defined errors. Is there a reason why > this approach can't work, or does it sounds like I'm doing > something else wrong? > > The only reason I'm doing this is because it's a requirement > on the opensocial container surface I'm developing on.