>
> >  o unescapeHTML -- [trac] creates a DOM tree from an HTML string
>
> We need a clearer name, perhaps toDOM (being the inverse of toHTML)?
>

I think, a helper function `makeDOM` in `MochiKit.Query` module would
serve as a base for such implementation. I have taken ideas from
jQuery...

>
> > MochiKit.Ajax -- new module in [me], names not exported (so no collisions)
> >  o bind -- [me] connects a signal for HTTP responses
> >  o unbind -- [me] disconnects a signal for HTTP responses
> >  o request -- [me] sends an HTTP request
> >  o get -- [me] sends an HTTP GET request
> >  o post -- [me] sends an HTTP POST request
>
> We should simplify Async a bit further when using POST requests. And
> it would be nice to be able to wrap Deferred objects into plain
> signals. But perhaps we don't need a new module for that?
>

I think no, if we can rename those signal names (ajaxStart etc)
accordingly...

>
> > MochiKit.Query -- new module in [me]
> >  -- I won't document this module here, but it seems (mostly?) API
> > compatible with jQuery. It uses MochiKit to implement (part of) that
> > API.
>
> I find this idea intriguing. I know some people don't like to mix two
> libraries on their web sites. So the idea of having some
> API-compability layer for jQuery and others seem attractive. On the
> other hand, we'd get into a nightmare of compability issues. And would
> quite possibly have to reproduce code from other libraries. To little
> gain in download size, I guess.
>

I don't think that we'd have any compatibility issues. If you compare
them both, you might found that MochiKit.Query tries to imitate jQuery
using MochiKit functions as much as possible and there are room to
remove those jQuery code from the current implementation.

Regards
--
Amit Mendapara
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to