i'm writing a small google gadget, how could i include the jquery library? The gadget comes in this way:
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="hello world example" />
<Content type="html"><![CDATA[
code here!
]]></Content>
</Module>
The css and javascript can be included, but i don't know how to include jquery library.
Thanks