Top "Javascript-framework" questions

A JavaScript framework is a library of pre-written JavaScript which allows for easier development of JavaScript-based applications, especially for AJAX and other web-centric technologies.

AngularJS example in backbone.js and/or knockout.js

I'm comparing these frameworks to do some calculations on the client side. I really liked the example on the AngularJS …

angularjs backbone.js knockout.js javascript-framework
javascript framework for relationship visualization

Possible Duplicate: Graph visualization code in javascript? I need to create a dynamic visualization for nodes and their relationships in …

javascript graph visualization javascript-framework tree-nodes
Comparing YUI and Ext JS

I've been using Ext JS as my rich-widget toolkit for a while, but I'm thinking of moving to YUI, partly …

javascript extjs yui javascript-framework
Dojo vs YUI javascript framework

I want to know what you guys think of these 2 frameworks, in terms of: robustness, code quality, core developers moving …

javascript dojo yui javascript-framework
Good implementation of scalable JavaScript application architecture (Sandbox by Nicholas Zakas)?

I recently watched a good video with regards to a modular JavaScript architecture including a sandbox. I was wondering if …

javascript javascript-framework sandbox modularity
Is there a BDD framework for testing Javascript that uses Gherkin DSL?

I am very much a fan of BDD and Behat for PHP. Is there something equivalent for Javascript, ie, that …

javascript unit-testing cucumber bdd javascript-framework
Javascript MVC frameworks

There are a lot of Javascript MVC frameworks available these days (Backbone.js, Cappuccino, Ember.js, GWT, etc), each having …

jquery model-view-controller javascript javascript-framework