> I'd like to fully understand what we *have to* do, that is things
> that, if omitted, will prevent jQuery plugins from working.
There is one issue I've just come across:
$(document).ready(function() {
/* ... */
});
Such code will never be executed from within a TiddlyWiki plugin.
This is likely to be a problem when including existing jQuery plugins,
so perhaps we'd have to do override that particular method:
document.ready = refreshTiddler;
I'm not sure whether that's sufficient though.
-- 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
-~----------~----~----~----~------~----~------~--~---