On 17/02/2008, Dj Gilcrease <[EMAIL PROTECTED]> wrote: > > On Feb 16, 2008 2:36 PM, Michael Hipp <[EMAIL PROTECTED]> wrote: > > But actually I was hoping someone would come back with an answer like > > "Just use XYZ, it's great and here's why..." > > > I use jQuery and here's why... > > Because it is simple for me to understand and work with while allowing > me to expand it as I need (via plugins or the UI stuff). > > Also a major part in deciding what JS library to use is what your > intended use is. I use jQuery to do some minor AHAH (Asynchronous HTML > and HTTP), such as the ability to move widgets around on the site (it > sends to the server to specify it's new location so it gets saved in > the DB), Inline Editing of page components, and other similar simple > stuff.
JQuery is not only the smallest, it's also the fastest. Try that in your browser: http://mootools.net/slickspeed/ In IE and Opera, JQuery is far and away the best. It's marginally better than or equal to Mootools on Firefox. Prototype is one monolithic beast everywhere. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

