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 filter only on certain objects

I have the user object defined as below. $scope.user = [{id: 1, friends: [ {name: 'John', age: 21, sex: 'M'}, {name: 'Brad', age: 32, …

angularjs javascript-framework
What are your tips for best practice for web application structure?

I do a lot of custom applications at work. I'm trying to define some standards for new applications. Something a …

css design-patterns javascript-framework
Good jQuery Mobile walkthrough or tutorial for a jquery developer?

jQuery Mobile 1.0 final is out Important: Many of the tutorials are old and should not be followed. The current version …

jquery mobile-phones javascript-framework jquery-mobile
Coffeescript --- How to create a self-initiating anonymous function?

How to write this in coffeescript? f = (function(){ // something })(); Thanks for any tips :)

javascript javascript-framework coffeescript
Telerik KendoUI vs Sencha ExtJS?

We are going to build a enterprise grade application on Web and for that we have filtered down our choices …

extjs extjs4 javascript-framework kendo-ui
Architecture for single page application (JavaScript)

I wanted to understand the overall architecture for designing single page application (mainly through JavaScript) Let's say I have a …

javascript design-patterns model-view-controller single-page-application javascript-framework
What is the danger in including the same JavaScript library twice?

One of the webapps I'm working in is made up of many partial HTML files. If the partial requires a …

javascript javascript-framework
Angular Scope inside script

Can we use the angular variables defined in scope inside script tag like below. HTML CODE: <div ng-controller="AngularCtrl"&…

javascript angularjs javascript-framework
Storing JSON data in browser memory

I want to persist some JSON information in browser. Depending on user interaction with the application, I want to store 5…

javascript jquery extjs javascript-framework