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.

Difference between the 'controller', 'link' and 'compile' functions when defining a directive

Some places seem to use the controller function for directive logic and others use link. The tabs example on the …

javascript angularjs web-applications javascript-framework
Get epoch for a specific date using Javascript

How do I convert 07/26/2010 to a UNIX timestamp using Javascript?

javascript javascript-framework
jQuery equivalent for window.document.write

Does anyone know the jQuery equivalent for window.document.write('') in javascript? Thanks

javascript jquery jquery-selectors javascript-framework
HTML5 UI Frameworks

I found lots of HTML5 UI frameworks over there, such as: Kendo Wijmo jqWidgets Zebra Sencha SproutCore YUI XUI Shield …

html user-interface web-applications frameworks javascript-framework
how to select all class except the clicked element in JQuery?

I have a website developed on Drupal. I use a module called collapsiblock (it is basicly a JQuery plugin) to …

javascript jquery drupal content-management-system javascript-framework
Ways to save Backbone.js model data?

I am more into front end development and have recently started exploring Backbone.js into my app. I want to …

javascript json backbone.js javascript-framework
AngularJS use a function in a controller to return data from a service to be used in ng-repeat

I am trying to use a function in a controller to return data so that I can re-use the function …

javascript angularjs javascript-framework
Angular JS Verify CSRF Token in POST Request

I am using AngularJS with Rails. I have the following request which updates users in bulk. $http{ method: 'POST', url: $…

angularjs javascript-framework
What is the need of JSF, when UI can be achieved with JavaScript libraries such as jQuery and AngularJS

I was reading about JSF that its a UI framework and provides some UI components. But how is it better …

user-interface jsf javascript-framework
How can I find the index of an object inside a Array using underscore.js?

I want to get the index of the given value inside a Array using underscore.js. Here is my case …

javascript angularjs underscore.js javascript-framework