7 ms·
Poll: What javascript library do you use?
I'm pretty sure jQuery will have the most usage, but what about the others?
- ltamake 15y agojQuery, Prototype, and MooTools. Pretty much standard in everything I design.
- ConceitedCode 15y agoDo you prefer one of them for certain tasks?
- freddiefujiwara 15y agojQuery is the most useful lib.
- sjs 15y agoI'm interested in Ext JS / Sencha and YUI but haven't tried them yet. Briefly tried Dojo, it looks like a very solid framework that is really powerful if you spend a bit of time to learn how it works and fits together.
- bluesmoon 15y agoif you want to use/learn YUI (and other things JavaScript), consider watching the videos on YUI Theater: http://yuiblog.com/blog/category/yui-theater/ http://yuiblog.com/blog/category/yui-theater/
- bluesmoon 15y agoYUI for everything I do, but then I've also contributed code to YUI.
- kentbrew 15y agoWhere's the option for "I don't use a library?"
- skcin7 15y agoI use Ext JS at work (it's awesome) and jQuery for my home projects (it's also very awesome but very different than Ext JS). I would recommend taking a look at Ext JS as it can do some pretty incredible things. For instance it features a layout manager which allows you to make web applications that look and function very much like home-computer based applications.