> I wanted to add another js library to my tw.
You could simply add the respective SCRIPT tag to MarkupPreHead, e.g.
<script
src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"
type="text/javascript">
</script>
> when I view source I expected to see something that looks library-ish
The entire jQuery library is embedded in minified form - look for
id="jsheadArea" (or "jslibArea" from v2.5.1).
> Googling for answers says something about jquery being hidden.
That's probably a misunderstanding - can you provide a URL to that
statement?
-- F.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" 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/TiddlyWikiDev?hl=en
-~----------~----~----~----~------~----~------~--~---