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.

Backbone.js and jQuery

It is said that Backbone handles all the higher level abstractions, while jQuery or similar libraries work with the DOM, …

javascript jquery backbone.js javascript-framework
Which could be the best backbonejs tutorial for beginners

I am very interested in backbone.js. But when I am learning, there's a lot of confusion in creating the …

backbone.js javascript-framework
Angular.js and ASP.NET MVC 4

I have an ASP.NET MVC 4 project and I'm stuck on an architectural decision on which JavaScript framework or library …

asp.net-mvc-4 angularjs knockout.js javascript javascript-framework
Suggestions for a JavaScript form builder?

I'm looking to integrate a form builder into a site I'm using, but I'm hoping to find a library that …

javascript javascript-framework
Are there any knockoutjs page/routing frameworks?

Coming from asp.net MVC 3. In MVC4 they introduced WebAPI's. It would be nice to be able to do all …

knockout.js javascript-framework
Output jasmine test results to the console

I am using Jasmine (BDD Testing Framework for JavaScript) in my firefox add-on to test the functionality of my code. …

javascript firefox-addon javascript-framework jasmine
using setInterval in angularjs factory

I was trying the code given in angularjs docs (given here: http://jsfiddle.net/zGqB8/) It just implements a time …

javascript angularjs javascript-framework
Real Time data graph

I would like to build a web-based real time data graph and i'm looking at the different options such as: …

javascript html graph javascript-framework
Javascript: How to put a simple delay in between execution of javascript code?

I have a for loop which iterates more than 10,000 times in a javascript code. The for loop creates and adds &…

javascript javascript-framework
Project ideas to master JavaScript

This question is the following of my other question here: Cannot understand node.js I decided to learn JavaScript, however …

javascript dom-events javascript-framework