I got some more ideas about how to eliminate the twFile-not-ready-before-all-document.ready()-handlers-processed limitation: A. Seems like a perfect application of jQuery's Deferred Object<http://api.jquery.com/category/deferred-object/>. (Requires jQuery 1.5+) B. The tiddlySaver driver is the only driver that needs to process anything inside document.ready(). Its deferredInit() just appends the TiddlySaver.jar <applet>. The <applet> could be appended on the first call to a twFile method.
-- 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.
