<code>
<script type="text/javascript" src="jquery/jquery-1.3.2.min.js"></
script>
<script type="text/javascript" src="gritter/jquery.gritter.min.js"></
script>
</code>
and in content scripts by including the files in the manifest like
this:
<code>
"js": ["script_finder.js",
"gritter/jquery.gritter.min.js",
"jquery/jquery-1.3.2.min.js"]
}
</code>
In both cases I see an error in the Javscript console: Uncaught
ReferenceError: jQuery is not defined. And in the content scrips I see
"$ is not defined".
What am I doing wrong?
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extens...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/?hl=en.