My $0.02:

jquery is the way to go.  The interface is very simple and clean, it
is very simple to extend, the ui is limited but getting better and
there are a lot of third party plugins for it from a very active and
helpful community.

A real bonus is the dom manipulation.  Sooner or later we all need to
hammer on the dom.  jquery's xpathy css on steroids approach of
specifying elements makes it a joy when you need to get into the dom!
(Yeah, I know, hard to believe, but I'm sticking with joy).  Nothing
slices and dices the dom and delivers up just the elements you need to
work on, with as much ease and power as jquery.

And if you really need to, jquery is very graceful about stepping out
of the way and playing well with other js libs.  As it is small and
fast, even if you are using another framework, you can still benefit
hugely by incorporating jquery.  You won't be wasting your time
putting this tool in your arsenal.

Like mochikit, jquery seems to be a js lib a python enthusiast can use
without feeling dirty.

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

Reply via email to