[mochikit] Re: MochiKit Extensions

2008-09-10 Thread Amit Mendapara
Hello Everyone, I have just published the initial source of MochiKit Extensions at Launchpad.net (https://launchpad.net/mochikit-ext). At the moment it only contains the MochiKit.Query module. To obtain the source, you require Bazaar vcs tools from (http://bazaar-vcs.org). bzr branch

[mochikit] Re: MochiKit Extensions

2008-09-05 Thread Amit Mendapara
Well, the MochiKit.Query module is almost finished. Actually, it only provides DOM related functions. I too don't like chained API for general development, but I think it's much more natural for DOM related operations. Here are what it provides (see jQuery documentation ;) ) Core functions:

[mochikit] Re: MochiKit Extensions

2008-09-04 Thread Per Cederberg
It is a bit hard to comment this without seeing the API:s or so. Personally, I'm not a fan of chained API:s, so other people are sure to value that more than me. But what would be interesting is a jQuery compability module, mapping jQuery calls into MochiKit ones. At least so that some jQuery

[mochikit] Re: MochiKit Extensions

2008-09-04 Thread Jason Bunting
I haven't had time to respond to Amit's post, but I thought I would take the time now to indirectly respond via Per's comments... Per Cederberg said: snip what would be interesting is a jQuery compability module, mapping jQuery calls into MochiKit ones. At least so that some jQuery