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.
0
votes
0answers
11 views
Backbonejs collection fetch on user settings update
I am working on backbonejs application and ran into the following issue. I have a view that attached to user settings model and it allows to change settings. I have second view that show some content ...
0
votes
1answer
16 views
Using Knockoutjs vs Backbonejs with Codeigniter PHP [on hold]
I've no experience with JavaScript framework. I'm working on a medium sized web application,I want to build some parts of app to behave/as single page application. I'm confused which JavaScript ...
-1
votes
0answers
9 views
JavaScript Framework Selection for Set Top Box project [on hold]
Can anyone suggest a JavaScript framework which is lightweight, stable, popular and has good community support? Further, it needs to have MVC flavor in it and mobile development support.
2
votes
0answers
30 views
Angular project layout for front and admin area?
I'm new to Angular and am currently building a javascript heavy page that will have a frontend that is available to guests, and a user or admin area that is available to logged in users.
I also have ...
0
votes
1answer
42 views
Wrapping a text around an image in a Canvas
Is it possible to wrap a text around an image inside an HTML 5 Canvas? For example using some Javascript framework? I looked into KineticJS, but couldn't find something useful.
Edit:
It seems my ...
0
votes
1answer
28 views
JavaScript framework that emulates jQueryMobile's pages?
My favorite part of jQuery Mobile is the ability to create multiple pages in a single HTML request by using data-role="page". However, I'd prefer to use Bootstrap for everything else -- styling, ...
0
votes
4answers
52 views
PHP variable in java script
How can i use PHP variable inside the java script onclick=function ?
<?php
for($i=0;$i<10;$i++){
echo '<li><div><a href="#" onclick="showPopUp("' . $mobile_image_link[$i+$p] ...
0
votes
1answer
46 views
Is this JS-Framework an Opensource Framework?
I have found a JS-Framework KineticJS.
The Website is KineticJS!.
This Framework is opensource?
Should I pay for it?
I want to use it for the website of my company.
Thanks!
-7
votes
3answers
64 views
Javascript to check the age [closed]
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
84 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
22 views
Javasrtipt Library For Video Camera Detection and Recording from Clients browser [closed]
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
32 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
31 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
32 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
104 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)
...