I'll put in another vote for jquery, but really the beauty of Django
is that you use whatever library feels right to you. Jquery, Mochikit,
Dojo, prototype, roll-your-won... Django is agnostic.

As it should be.


On Mar 9, 11:06 am, "neror" <[EMAIL PROTECTED]> wrote:
> 9:16 am, "ashwoods" <[EMAIL PROTECTED]> wrote:
>
> > with so many choices, you dont really know where to start :(
>
> > things like i would like to do.
>
> > 1) update the contents of a div element with the content fading out
> > and in (news on the first page)
>
> MochiKit.DOM and MochiKit.Visual
>
> > 2) select form elements that populate depending what the "parent" form
> > element was chosen
>
> MochiKit.DOM and MochiKit.Signal
>
> > 3) when i click on a link in a row of a table, change the rows height
> > and load some data and a picture.
>
> MochiKit.DOM, MochiKit.Signal and MochiKit.Async
>
> > 4) "live search"
>
> MochiKit.DOM, MochiKit.Signal and MochiKit.Async
>
>
>
> > id say pretty simple stuff. but where should i start? prototype, mojo,
> > mochi, and thousands of others.
> > what would you recommend, those of you who have experience? :)
>
> As you can probably tell, my personal favorite is MochiKit.  Like Jay
> said previously, it's very pythonic, and that makes it easy to switch
> between writing Django code and Javascript code.  The documentation is
> good and there is solid unit test coverage.  Personally, I don't know
> if I could write Javascript without MochiKit.Iter or MochiKit.DOM.
> Those modules alone make a huge difference for me.
>
> > i must also say that i actually don't enjoy coding in javascript :)
> > traumatized when trying to write cross browser javascript 8 years ago.
>
> Luckily, you don't have to worry about that anymore with all of the
> new frameworks out there. :)  I was in the same boat, but now I enjoy
> writing Javascript because I use MochiKit.


--~--~---------~--~----~------------~-------~--~----~
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