MochiKit by Example
Ryan Wilcox has recently written an excellent article for Linux Journal: MochiKit by Example. Check it out!
from __future__ import * Ryan Wilcox has recently written an excellent article for Linux Journal: MochiKit by Example. Check it out!
RSS feed for comments on this post.
Powered by WordPress
© Bob Ippolito < bob at redivi.com >
Sorry if this is only peripherally on-topic.
Does MochiKit work in “real” XHTML (XHTML served as “application/xhtml+xml”)?
The only mention I was able to find was
which is, shall we say, not exactly confidence-inspiring.
Has it been tested with Mozilla/Opera/Safari under application/xhtml+xml ? What works, and what doesn’t?
Comment by Jacques Distler — 2007-03-30 @ 7:50 pm
All of it should in XHTML mode. Nearly all of it worked before that patch.
Comment by bob — 2007-03-31 @ 7:40 am
Umh… well, at the very least, one runs across things like
I’m guessing there are other gotchas I should be aware of …
Comment by Jacques Distler — 2007-03-31 @ 10:06 am
That’s not something you use in production. In production you use a single-file packed distribution or individually include specific files. MochiKit.js is a convenience, all it does is dynamically and synchronously load MochiKit.
Comment by bob — 2007-03-31 @ 1:24 pm