Thanks for taking the time to review the code, Chris! >> +// N.B.: Uses DOM methods instead of jQuery to ensure cross-browser >> comaptibility. > > I though much of the point of libraries like jQuery was to make it so > you didn't have to ensure cross-browser compatibility?
I've discussed this with Jeremy. Since the CSS rules have to be evaluated after being injected into the document, browsers are quite peculiar here. That's why we're relying on the proven (and partially browser-specific) low-level methods for now. Having said that, I do have a jQuery-fied version of the internals on my local Git branch, and plan on testing that in various browsers to see whether it works (would save quite a few LoC). -- 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 -~----------~----~----~----~------~----~------~--~---
