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.

Which JavaScript Library Has the Most Comprehensive Class Inheritance Support?

After playing with a dozen different JavaScript Libraries such as Prototype, jQuery, YUI, just to name a few, I found …

javascript javascript-framework
Computed properties in Backbone

I have a scenario where the data being manipulated on the client is presented and interacted with in a different …

javascript backbone.js javascript-framework
Dojo AMD: Can't call a function inside a require

I am really a newbie to dojo but as i started developing a new application with dojo version 1.7.2 i also …

dojo javascript-framework amd
Accessing Properties of Parent Backbone View

I have a backbone view that calls to a sub-view: lr.MapView = Backbone.View.extend({ el: $('#map'), foo: "bar", …

backbone.js javascript javascript-framework
JavaScript layout manager?

I am looking for a JavaScript layout manager that has support for flexible layouts: nesting, resizing, splitters, collapsible panels etc. …

javascript frameworks javascript-framework layout-manager
Backbone: Multiple views subscribing to a single collection's event? Is this a bad practice?

I have a question, really basic stuff I think but: I've only seen examples with a collection view and single …

design-patterns backbone.js javascript javascript-framework
Django and Mustache use the same syntax for template

I try to smuggle HTML template in the HTML for mustache.js, however the django template engine remove all the …

javascript django django-templates javascript-framework mustache
Client-side Javascript app - url routing with no hash tag

I'm working on a new client-side only app with the latest version of Ember.js. There is a single PHP …

ember.js url-routing client-side javascript-framework
Extjs grid column header, add dropdown menu item to specific columns

I'm trying to add a button to the column header drop-down menus in my grid. However, I only want to …

extjs grid javascript-framework extjs4.2 extjs-mvc
Pnotify - javascript is working, css not

I found this cool little thing called pnotify, which provides really nice notifying alerts via javascript and bootstrap or jquery …

javascript html css javascript-framework pnotify