> I pasted some JavaScript code into MarkupPostHeader in this [1] test page.
> It starts off with
>
> jQuery(document).ready(function() {
>
> but loading the page gives a "jQuery is not defined" error in FireBug, and
> clearly the JS is not activated. What might be wrong here?
>
Someone correct me if I'm wrong but I presume that it is because
jQuery is initialised but a script tag at the bottom of the document
so at the point your script in the head is run jQuery still hasn't
been defined.What script are you trying to run? Does it need to be run at that point? Or could you wrap it in a plugin that runs straight away? Colm -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

