JavaScript is a dynamically-typed language commonly used for client-side scripting, but (despite the name) is NOT related to Java. Use this tag for questions regarding ECMAScript and its dialects/implementations (excluding ActionScript). A pure JavaScript answer is usually expected, except if a tag ...

learn more… | top users | synonyms (6) | javascript jobs

9
votes
0answers
808 views

not asynchronous function executed as jQuery Deferred

Lets say I want to process some tasks in the synchronous manner, so I have this function: function executePromiseQueueSync(queue){ var seed = $.Deferred(), finalPromise; finalPromise ...
8
votes
0answers
154 views

How do you integrate the Parse Javascript API with Appcelerator and not use undocumented calls

I would like to create a user from his/her Facebook credentials without using undocumented calls. I do not believe it is possible based on the current implementation of Parse Javascript Library for ...
8
votes
0answers
112 views

Jasmine test using .toHaveBeenCalledWith fails for sign-up form

The single page application I am working on has a login view with two forms: a sign-in form and a sign-up form. The following spec describes tests for these forms. I am using Jasmine-jQuery 1.4.2. // ...
8
votes
0answers
416 views

JavaScript working in Acrobat but not Reader

I have created a form in Acrobat that includes a submit button. When the user clicks it I want certain fields to be exported as tab delimited text. In Acrobat, when the button is clicked the window ...
8
votes
0answers
351 views

list view getListItemXmlAttributes method fails with child publication items

I have created JS classes to populate SG/Folder list view data when items are modified (As per Jaime's approach) everything works great when I operate on items in the publication they're created in. ...
7
votes
0answers
77 views

using Rally SDK2 seems to have trouble with opening a new window/tab with a _blank tag

If I create a custom HTML page in Rally with straight html and a link to a story to open in another window, clicking the link takes me to the details page of the story properly. But if I wrap the ...
7
votes
0answers
151 views

PJSIP GreenJ without Qt?

I want to write a javascript application which works with PJSIP in order to create sip calls to IP phone. The project example is GreenJ However the sample forces me to work with Qt as a test ...
7
votes
0answers
845 views

Dynatree ignores select property

I am using the dynatree plugin to display a checkbox tree, using multi-select mode (mode 3). When the tree is initialized using ajax (no lazy loading), it seems to forget that some nodes are loaded ...
6
votes
0answers
268 views

UIATarget.setLocationWithOptions course not applying

I'm attempting to automate the path of a user via UI Automation. Ideally, the user location in an MKMapView would update according to the list of waypoints I've explicated in the automation script: ...
6
votes
0answers
394 views

Use D3 and Shiny to implement `identify()` in R

I asked a question on how to plot dynamically according to user interactions, whose solution works quite well on my machine. Now I want to make an online version and host it with Shiny. I have tried ...
6
votes
0answers
192 views

Instances referenced by 'bound_this' only are not garbage collected

I have a question regarding garbage-collection in google chrome (Version 20.0.1132.47, Ubuntu 11.04 64bit). While comparing heap-dumps and checking for memory-leaks, I discovered some instances, that ...
5
votes
0answers
69 views

Visual Studio's JavaScript code formatting in for loops

The default code formatting for JavaScript in Visual Studio 2012 does this with for loops: for (var a = b; a < c; a++) { } for (var a = b() ; a < c; a++) { } for (var a = b; a < c() ; a++) { ...
5
votes
0answers
520 views

'POST 400 bad request' error when updating parse.com table

I am getting a 'POST 400 bad request' error when trying to update a table on parse.com using JS SDK. var Gallery = Parse.Object.extend("Gallery"); var gallery = new Gallery(); var activeArtworks = 0; ...
5
votes
0answers
408 views

Create Fancybox gallery when integrated with PikaChoose

I am trying to create a fancybox gallery when integrated with pikachoose. I have everything working except i can't get the arrows to show or the gallery to work when fancybox popup shows. Here is my ...
5
votes
0answers
988 views

Chrome extension: send postMessage from iframe to parent window

I am developing Chrome extension in which I have created iframe. I am trying to send a message with postMessage and getting a message about protocol mismatching like this: Unsafe JavaScript ...
5
votes
0answers
376 views

Storing Cookies Metro Apps

As I discovered here, when I make a call to a server to ask for authentication in the form of a cookie, the cookie in the response is handled automatically by the underlying metro framework. ...
5
votes
0answers
532 views

Resolving KineticJS performance issues in FireFox

Am I the only one having really bad experiences with KineticJS in Firefox? I have tested v12 and v14.1, and they both have issues. Trying to draw as little as possible, barely helps, and sometimes ...
5
votes
0answers
843 views

Autocad .dwg to SVG to tiles for PolyMap, resulting in event floor plan

I am currently saving a .dwg file as .dxf, opening in Illustrator, saving as .svg, and then embedding it in an html document using Polymaps. The desired result is to have an event floor plan. The ...
4
votes
0answers
93 views

Why browser do not follow redirects using XMLHTTPRequest and CORS?

I am writing a web application for some service using RESTful API. The API is available at https://api.example and app at https://app.example. Simple GET requests using CORS are working just fine in ...
4
votes
0answers
128 views

How to move cursor from Second Column to First Column in a new row in jqgrid

I am new to jqgrid. I have the following code to insert a new row when a tab key is pressed. It works for the most part of it. But when a new row is inserted, the focus is given to the second Column ...
4
votes
0answers
150 views

Multiple transparent textures on the same mesh face in Three.js

Is it possible to lay multiple textures on top of each other on the same face in Three.js so that the alpha blending is done GPU accelerated in webGL? The textures are (or should be) applied to the ...
4
votes
0answers
72 views

Upgrading Google Maps javascript v2 to v3 using Business Client IDs

I am using this link for Upgrading Google Maps JavaScript Application v2 To v3. Basically my approach is to get the output from api, parse it and load it using MapKit framework, which i am succeeded ...
4
votes
0answers
78 views

Visual bug in safari using jQuery Mobile - Content duplication

I'm building a mobile app using jQuery Mobile 1.3.0, EaselJs 0.6.0 and TweenJs 0.4.0. So, when I load the page, some content get visually duplicated. The DIVs are not really duplicated, it's just ...
4
votes
0answers
886 views

AngularJS and Internet Explorer

I have problems getting my app loading on Internet Explorer 7 & 8 and even 9. I'm getting the following error message (console) Uncaught TypeError: Cannot read property 'nodeName' of ...
4
votes
0answers
262 views

How to use one proxy in javascript AJAX using SOAP the same as WCF Test Client use

I have WCF web Service and javascript client which connects to this service via AJAX using SOAP 1.2 . What i wanna do is to pass some parameter to tell the AJAX SOAP call to use only one proxy the ...
4
votes
0answers
107 views

Safari Javascript Console Autoscrolling

Is it possible to make the javascript console in Safari 6 automatically scroll down to show the most recent log? Currently, I have to manually scroll down every time I log something.
4
votes
0answers
313 views

d3.tree => tranform does not seem to work

I create a tree layout graph using d3js. The nodes are clickable to toggle showing the children. The child node should be inserted at a predefined position and then transitioned to the desired ...
4
votes
0answers
565 views

Is there a tap and double tap event in d3.js

I am working on a force directed graph using d3.js. I need to handle tap and double tap event on nodes for mobile devices. Mouseover and click functions need to replicated as tap and double tap in ...
4
votes
0answers
320 views

Raphael line graph animate and update graph

im new to the raphael library so im still learning my way around it, i was able to setup my graph the way i want it, but now im trying to do the following 2 things but im having dificulty finding docs ...
4
votes
0answers
151 views

Can Eclipse format comma-seperated statements (var a = 1, b=2;) on different lines?

I am using Eclipse JSDT and the default formatting settings change something like var a = 1, b = 2; to be on one ugly line. The style before formatting is recommended by JSLint, so I am ...
4
votes
0answers
1k views

pagination and images in ePub books

I build a epub engine that can read ePub books with many features like pagination, add note, highlight, search, etc. Everything is working fine but am stuck with 2 problems. First One: The ...
4
votes
0answers
273 views

CodeMirror With a Few Lines Don't Show Up Until Something Triggers a Repaint

CodeMirror seems to be working really well except when I have only a few (3 or less) lines of code in the textarea. When that happens, the textarea is blank until I (A) hit enter in the textarea or ...
3
votes
0answers
55 views

cropping browsed image on popup

Please check http://jsfiddle.net/UmJtB/18/ below code <script type="text/javascript"> $(document).ready( function() { $(".uploadphoto").click(function() { ...
3
votes
0answers
32 views

Handling environment-specific configuration in a javascript app

Context : a single-page backbone application build with yeoman I would like a way to have some application parameters depend on my current environment (dev vs production). Right now I am using two ...
3
votes
0answers
41 views

HTML5 Audio Mixing

I would like to make a web application where people can add recorded sounds and samples to a timeline. I want it to output 1 soundfile (approximately 3min long) which will be send to the server. Now ...
3
votes
0answers
98 views

How to call a function before $.post() callback displays alert()?

UPDATE: (Thanks to @Kevin B for the help) As it turns out, what I have asked is not possible. Instead, I've gone ahead and modified the existing code so that the $.post() call is broken up completely ...
3
votes
0answers
59 views

Create twin object a.k.a. inheritance clone

The working twin(source) function below generates a new object with the same own properties as source and with the same parents (prototype chain). (e.g. twin(isFinite) would be [object Object] and ...
3
votes
0answers
57 views

Make HTML5 sandbox work for IE8/9 using polyfill or shim

I would like to make the new HTML5 Iframe attribute sandbox work in IE8 and 9. I have Googled for about a day now and tried many "libraries" which are supposed to make HTML5 work, but they don't seem ...
3
votes
0answers
76 views

Improve multi touch performance on Android browsers

I need to implement pinch to zoom and drag to pan over an SVG. This SVG gets shown at 480*480 pixels, but its real size is 1920*1920 pixels. I went with HammerJS, and listened for pinch and drag: ...
3
votes
0answers
68 views

Creating a webRTC peer *without* a browser, with just a JavaScript interpreter

I want to create a WebRTC peer that's a simple listener/recorder with no "presentation" component (i.e., no HTML/CSS). If this is possible, (with the WebRTC JavaScript APIs), please tell me what ...
3
votes
0answers
127 views

IE8/9 AJAX/CORS (XDomainRequest) send referer header

I'm using XDomainRequest in IE8 & 9 to send requests to a server. With XMLHttpRequests in other browsers, both an Origin and Referer header are sent, and could look like this: Origin: ...
3
votes
0answers
86 views

HTML Media Capture API vs. getUserMedia()

currently, I'm trying to do some really simple thing (well, actually I thought it is simple...): I want to take a photo from the web-cam in a web-application. I stumbled over two possibilities: 1. ...
3
votes
0answers
67 views

Any way to inject values into Less files in Meteor?

I am working on a project where we want the user to be able to define custom colors. We are running the latest version of Meteor with, among others, the less package. Right now all colors are ...
3
votes
0answers
83 views

How to inject javascript code with ADB in a browser open tab?

I'm in the process of creating an Android test farm system, and while at it, I'm trying to find a way to inject javascript in an already open tab in the default browser. I'm trying with adb shell ...
3
votes
0answers
162 views

Inlining require.js text! using Grunt

I've been experimenting with Grunt and Require JS this afternoon. I'm a big fan of the text module and use it to bring in my templates. In non-Grunt based projects I used the inlineText and ...
3
votes
0answers
64 views

How do you match zero or more tokens in Jison?

I'm writing a simple expression parser in Jison allowing an arbitrary number of newlines to follow a binary operator in an expression. This is my grammar so far: { "operators": [ ["left", ...
3
votes
0answers
2k views

Horizontal slider with jQuery: 100% height, auto width for the images/children

I've been trying to find a solution to my issue for the past few days, but really couldn't find it anywhere, and Google literally hates me, so here I am. This is a big request and my conscience is ...
3
votes
0answers
109 views

Parsing badly written HTML in Appcelerator Titanium

I'm trying to get some values out of a small piece of HTML in Titanium. I tried to use this library: https://gist.github.com/bob-sims/4406293 as answered in another question (HTML Parser for Titanium ...
3
votes
0answers
106 views

Rspec periodically hangs when using capybara-webkit with a page that loads an external script with async = true

I'm working on an application that uses uservoice. The uservoice snippet var uv = document.createElement('script'); uv.type = 'text/javascript'; uv.async = true; uv.src = ...; // external ...
3
votes
0answers
54 views

inconsistent blocking behaviour of window.prompt on mobile device

<script type="text/javascript"> var x = prompt("enter x"); var y = prompt("enter y"); alert(x + " " + y); </script> This very simple code prompts the user for x, then for y ...

1 2 3 4 5 1445