Hey all,

I thought I would test if TiddlyWiki could be upgraded from the
included jQuery 1.3.2 version up to 1.4.1.

So to test this I first downloaded a clean copy from 
htp://tiddlywiki.com/empty.html

Then I downloaded the minified version of jQuery 1.4.1 from
http://code.jquery.com/jquery-1.4.1.min.js

Next I simply copy & pasted over the jslibArea contents, from the
first /* that comes after the CDATA line
but make sure to not overwrite the end of the CDATA which looks
something like this: //]]>
and usually shows up right before the end of the script, such as </
script>

it should look something like this:

<script id="jslibArea" type="text/javascript">
//<![CDATA[
/*
 * jQuery JavaScript Library v1.3.2
 * http://jquery.com/
... etc.
//]]>
</script>


Also, don't be confused by the fact that they combined the jQuery
library and sizzle.js parts since version 1.3.2

After saving the change to 1.4.1, I tested out all of the basic
functions and they seem to work fine for me.

Can others confirm that this works for them and doesn't break
anything?
If it does not cause any major explosions, then maybe we can update
the download at htp://tiddlywiki.com/empty.html and other places to
use the jQuery 1.4.1?

Let me know what you think of this...

-- 
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.

Reply via email to