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.

learn more… | top users | synonyms

-7
votes
3answers
53 views

Javascript to check the age [on hold]

How to write the javascript, ie., if user submits the form after fill the required blanks, javascript should check for age from the current date ie., if user is above 15 years then only form should ...
1
vote
4answers
71 views

Easiest way to interate over a complex JSON object via Javascript

I'm consuming JSON data that has a bit of a weird structure for example: { "RESULT": { "COLUMNS": ...
-4
votes
0answers
19 views

Javasrtipt Library For Video Camera Detection and Recording from Clients browser

I am looking for a Free/open source JavaScript API/Library. Which can server the following for me: Allow user to record short videos from their desktop computer, laptop, tablet and smartphone ...
-1
votes
4answers
30 views

Can we use schedulers in JavaScript [closed]

I want to use schedulers in JavaScript.My requirement is like I have to call an url for every 10 seconds, so that the page to update with the newly loaded data.Is JavaScript support these type of ...
0
votes
1answer
23 views

Jaggery JS Convert WSRequest to JSON

I am calling a data service from a jaggery js app using http://jaggeryjs.org/apidocs/ws.jag . The data comes back in XML with members .responseText and .responseE4X. Is there an easy way to convert ...
0
votes
1answer
24 views

WSO2 - call a data service within a jaggery app

We have data services setup, and we would like to call this data service within our jaggery app. Here is our Jaggery Code: function invokeWS() { var ws = require("ws"); var ds = ws.WSRequest(); var ...
0
votes
1answer
71 views

Specific directive (AngularJS) or some template loading before all scripts get content

I have a script when the page loads: 200 OK 45ms angular.min.js (line 100) /customers/create.form.tpl 200 OK 44ms angular.min.js (line 100) ...
-3
votes
0answers
49 views

Backbone.js step by step turorials [closed]

I am new to Backbone.js. can any body guide me how to use backbone.js and how to create single page applications using it. Its urgent.
1
vote
1answer
37 views

How to get grid using backbone marionnette js

Please help me to achieve the following grid using backbone.marionnette.js 1. a link to add new row 2. row will have text boxes where the data can be entered. since i am very newbie to ...
0
votes
1answer
34 views

Backbone + indexdb

I am using Backbone.js for the first time (as well as the MVC stuff) to develop a web app that makes use of the IndexedDB for storage of files, and was wondering if it makes sense to put the database ...
0
votes
2answers
44 views

Why do YUI’s Y.Lang.isNull() and Y.Lang.isUndefined() exist?

From time to time I come across JavaScript library/framework features, where I ask myself: why do we need this if there is a simple cross-browser solution already? Y.Lang.isNull(bla) and bla === null ...
-1
votes
0answers
46 views

Which JavaScript framework is better for MVC in Webworks Blackberry development? [closed]

I am about to start mobile app development for Blackberry using Webworks framework , and want to know which Javascript framework is best for MVC Design amongst -Backbone.js -knockout.js - ember.js ...
0
votes
0answers
28 views

Remove all the plus sign of the string outside the brackets [duplicate]

I am working on some kind of project where i am using code block as follows: var string = .row-4 .col-2.grid-unit+.grid-unit+.grid-unit,.row-4 .col-3 .grid-unit .row-4 .grid-unit:nth-of-type(2n+3) ...
0
votes
0answers
40 views

javascript framework - Dynamic html template creation with json data

Is there any JavaScript based framework which accepts JSON as a input and provide me the HTML template as output(widget), If it is needed it should allow me to customize their HTML template structure. ...
2
votes
1answer
69 views

What is the difference with using the 'dot' in angularjs?

Here are two snippets of code: <input type="text" ng-model="data.message"> <div>Hello, {{data.message}}</div> <div ng-controller="firstCtrl"> <input type="text" ...

1 2 3 4 5 55
15 30 50 per page