On Jan 7, 10:48 am, Arlen Beiler <[email protected]> wrote: > Ok, not sure if dev is the right mailing list, but how can I use the latest > JQuery in Tiddlywiki without editing the source code?
You could try dumping the latest jQuery code into a tiddler and tagging it with 'systemConfig' The TWCore will initially load it's own built-in revision of jQuery, and then, when plugins are loaded, the newer revision will overlay the core-loaded code. *** HOWEVER ***, the TWCore *might* be sensitive to changes in jQuery, and could possibly break as soon as the new code is processed (or shortly thereafter). Needless to say, make lots of backups and make sure you have a good browser-based debugger to hunt any problems. enjoy, -e -- 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.
