On 11/13/06, cpeter <[EMAIL PROTECTED]> wrote: > drop down menus on mouse over
Can be done in CSS. > submit over ajax a checkbox state change Can be done in raw javascript, no library needed. You might, however, want to look for something like MochiKit's connect or Dojo's connect to do this cleanly. > star rateing like on yahoo music I'm not sure, but YUI or dojo might have this as a pre-built widget. If not, this isn't hard to write. You might view source on somewhere simple like ajaxian.com to see how they do it. > submit a form in background and change the content of a div with > the reply from the server Not sure if MochiKit provides form submission. I know that dojo.io can. > drag and drop sort Any javascript toolkit will provide this. > add new form list elements on the fly with autocomplete or > validation feature I don't know what this widget is called. I have an unreleased dojo widget that does this but I haven't seen it packaged anywhere else. > http://demo.webnova.ro/el 404 > Based on these information which JavaScript libaray you would > recommend? I need a library that could do I use MochiKit most of the time and dojo when I need something heavier. > these features I require. The library should be also small if possible. mootools does most of this and definitely wins the size race. > Is there any which can make all of these? > > As I heared prototype is a good one and easy to learn but I can't tell > if it has the features mentioned > above. It may or may not have all of them, it usually gets combined with scriptaculous, so you might want to check there if you're looking for a full solution. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

