On Sat, 2007-22-09 at 14:03 +0000, gasolin wrote:
> > Let me try rephrasing my question: how do you feel about using jquery for
> > AJAX, iterating over JSON returned from your controllers, building complex
> > screen elements using DOM (not innerhtml alone, but this is enough 
> > sometimes)
> > and things like that?
> >
> 
> Mochikit is brilliant for building complex screen elements using DOM.
> 
> In my case with jquery I just wrap a  addCallBack() function to get
> full remote page(content) :p
> http://pypi.python.org/pypi/jquery

For anyone who might have been following this, I've now done a first
stage of fairly heavy ajax+DOM with jQuery running along side Mochikit
and am loving it. They both have different but complementary approaches,
and doing lots of simple lash up with jQuery is really quick to code.

It seems to me that with turbogears widgets ( or toscawidgets I'm
sure ), jQuery is especially a nice fit. The widgets allow one to do a
lot of the stuff that might have been difficult client side logic on
server side, leaving jquery for finding, connecting, and replacing. 

My two cents, thanks for the tips everyone. =)
Iain



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to