Tagged Questions
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). If a framework or library (such as jQuery) is used, include ...
0
votes
0answers
7 views
Grunt-init template execute shell command
Is there a way to execute a shell command when creating a grunt-init scaffolding template? For example I would like to execute "bower install" and "git init" after the project is created without ...
2
votes
2answers
128 views
Automatically paraphrasing sentences in JavaScript
In JavaScript, is it possible to automatically replace a regular expression in a sentence with a randomly generated match of that regular expression? I'm trying to use this approach to automatically ...
0
votes
0answers
31 views
Chained CSS3 Animation Not Working Correctly in Chrome
I have a Lightbox DIV that has some transform animations using CSS3 animations on it. Here's the CSS:
@keyframes
changeframe{
from{
transform:perspective(1000px) rotateX(20deg) ...
0
votes
2answers
18 views
How to populate a select option with value and text
I was trying to populate a select option with this:
function ListaAno(){
var lista = $("#ano");
var currentYear = (new Date).getFullYear();
var pastYear = 2000;
var rangeYear = currentYear - ...
4
votes
4answers
67 views
How can I convert a short date to a long date in Javascript?
I need to convert 04/06/13 (for example) to a long date - Tue Jun 04 2013 00:00:00 GMT+0100 (BST). How can I do this using Javascript? I know how to convert a long date to a short date - just not the ...
1
vote
1answer
14 views
Injecting multiple files into bookmarklets
At the moment, I am using the code from here: http://benalman.com/projects/run-jquery-code-bookmarklet/ to write bookmarklets with jQuery. Now, jQuery isn't enough and i want to include other ...
0
votes
0answers
20 views
Loop through several markers from jQuery AJAX JSON file and pass the parameter as Array
Thanks for Bryan's suggestion on how to search the nearest distance between one origin and several destination. I am trying to read a JSON file by jQuery AJAX with five rows and want to pass the ...
0
votes
1answer
42 views
Alter array using $.grep()
Currently, I use $.grep to filter and remove elements from the array which I pass. I believe that $.grep was intended to be used for filtering only, but since it's iterating over the entire array, I ...
0
votes
2answers
46 views
backbone collection .each does'nt work. i need choice
TypeError: Object function (){ return parent.apply(this, arguments); } has no method 'each'. i need help in this message i'm learning backbone from jeffry way lessons, i typed the same code as he did ...
-3
votes
0answers
28 views
Web Programming & JavaScript learning curve [closed]
I got a simple question:
I learned HTML, XHTML, XML, CSS, DHTML and JavaScript by using few college books. What should I do now, am sick of doing small books examples and I want some real life ...
3
votes
2answers
47 views
JavaScript var=key not working?
anybody have an idea what is happening with this i've got the code
console.log('cCP: '+chatCurrentPlace+' - key: '+key);
if(key>chatCurrentPlace){chatCurrentPlace=key;}
console.log('cCP: ...
0
votes
1answer
41 views
Switch case not working for Images stored in array
Relating to my previous question , I had images which(if three of a specific image) where the same, I wanted a message to appear, I followed several guidelines from my previous question but I still ...
0
votes
2answers
30 views
Loading .js files on client side with page served by Node JS
I have the following simple JS file, which will look familiar to anyone who's used Socket.IO with NodeJS and the Express framework:
var express = require('express'),
app = express(),
server = ...
0
votes
0answers
13 views
how do i allow header “Accept-Ranges” in nginx?
I have an app working from localhost:8888 using tornado, and this is the headers i'v set:
def set_default_headers(self):
self.add_header("Access-Control-Allow-Origin", "*")
...
0
votes
1answer
50 views
Javascript code freezes page for a while — how do I prevent this?
I have a fairly CPU-intensive script which, when run, freezes the whole page for a while, so that it can't be scrolled or clicked, etc. I would gladly sacrifice performance for a more smooth ...
0
votes
1answer
27 views
Ember: transition to route passing the ID instead of obj
I have some route like /ads/:ad_id and from my controller I can do
this.transitionToRoute('ads.ad', adObj)
How can I do the similar thing but this time passing the ID instead of the loaded object?
...
0
votes
0answers
59 views
jQuery .height() return 0 when visible but non-0 when hidden
I have problem here right opposite like others: in jQuery I cannot get height of element when it's visible, but when hidden. I have this HTML code:
<div id="filtering-filter-holder">
...
0
votes
2answers
48 views
ASP.NET CheckBox inside a hidden DIV always returns false
I have some set of form elements within a hidden div as follows:
<div id="jDivUpdateFolder" style="display:none;">
<asp:TextBox ID="txtEditFolderName" ...
0
votes
1answer
30 views
What are those gmail's email placeholders in the “TO” called?
this may sound like a stupid question but I want to know what are those placeholders which we find in gmail's "To" box called?
They display the receiver's name with a close button on them.
In fact ...
0
votes
3answers
33 views
Javascript RegEx: validate date time
I am not very good with regex. I am being frustrated by a regular expression.
Example:
I have the following date time: 05/16/2013 12:00 am
I need a javascript regex that respect this format: ...
0
votes
0answers
17 views
getSVGDocument is returning NULL in Chrome
I'm starting to use SVG and I have the following code:
HTML
<embed id="embed" src="svg.svg" type="image/svg+xml" width="400" height="300" >
<object id="object" data="svg.svg" ...
0
votes
0answers
21 views
Need help in storing google maps API response to SQL DB via JSON/Javascript
I am trying to send google maps directions links to my internal e-mail account in my website. I would like it so that when a user generates a google maps directions request the response is sent to his ...
3
votes
1answer
26 views
checking/assigning from object tree in node.js / javascript
doing the following is risking an exception 'there is no Bar on undefined'
var obj = o.Foo.Bar
the only way i can think of doing above safely :
var obj = (o && o.Foo && o.Foo.Bar ...
0
votes
2answers
33 views
angularjs: losing scope between 2 directives
I'm pretty new to AngularJS and am having some scope-losing issue in my project.
I simplified the project to the minimum, in order to focus on the problem.
I'm having an "overlay" directive, which ...
0
votes
3answers
46 views
How do I say IF class #1 on left, if class #2 on right in loop
I have a loop in wordpress that will spit out two classes. One class photos, the other is video. Once a new photo or video is added, it just adds below the last div.
Example:
Photos
Photos
...
2
votes
3answers
35 views
How to create nav list with different buttons so when I click on the button the content/text will change according to the button I clicked?
I am new to programming so here is my basic question.
I know how to make a nav list but I don't know how to make it functional. For example, let's say that my navlist has 3 buttons: Home, About and ...
2
votes
3answers
42 views
AJAX list update, get new elements and count
I have this html list
<ul id='usernameList'>
<li class='username'>John</li>
<li class='username'>Mark</li>
</ul>
and a form to add new names via AJAX, ...
0
votes
0answers
14 views
friends selector after @ in application textarea (tag) [closed]
I would like to ask you whether there is a facebook API script or some library for textarea in application which provides you list of your friends like in facebook wall post after writing @ mark.
2
votes
3answers
61 views
JavaScript - how to loop through an array containing objects and access their properties
I want to cycle through the objects contained in an array and change the properties of each one. If I do this:
for (var j = 0; j < myArray.length; j++){
console.log(myArray[j]);
}
The console ...
0
votes
1answer
20 views
Playing a video when clicking on an element of an image.
I want to know if it's possible to play a video when you click on an element of an image, and play another video if you click on another element of the same image ?
For instance, imagine a picture of ...
1
vote
1answer
31 views
JQuery Autocomplete drop down layout issue
I am implementing a JQuery autocomplete on a HTML page. Unfortunately, the drop down layout is not a clean box with entries (see http://jqueryui.com/autocomplete/), but rather a ul-like list of links:
...
0
votes
3answers
32 views
Can't align the hidden divs to appear at the center of the page vertically and horizontally on visibility
I can't align my hidden divs at the center of the page.
If I give position them to relative , the scroll increases as I move to one page to another (i.e that div is not aligned vertically to the ...
0
votes
1answer
20 views
How to get a working dynamic javascript reference in an SVG
What I am trying to do is to set the Javascript script reference in an embedded SVG document dynamically from Javascript code within the HTML.
I assumed it would be just as easy as dynamically ...
0
votes
1answer
32 views
JavaScript atob operation using PHP
I would like to know if it is possible to decrypt the JavaScript encrypted text (which is encrypted using JavaScript's btoa function), using PHP.
1
vote
3answers
21 views
javascript cursor image position
i change my cursor background to image file , the cursor in top of image
$(".mainDiv").attr("style", "cursor: url(./images/myImage.png) ,auto");
How to set the cursor in bottom of image ?
0
votes
0answers
8 views
Does the Google Feed API support returning images from RSS feeds?
I'm trying to use the Google Feed API to return the images from an RSS feed that is only available in XML. Is this possible? If so, can someone provide an example?
I don't see this discussed in the ...
3
votes
1answer
39 views
Change Page Title After a Certain Time
I am trying to dynamically change the title of a page after 2 seconds (2000 ms).
Here is the code I have tried:
<!DOCTYPE HTML>
<html>
<head>
<title>Before</title>
...
0
votes
2answers
50 views
Why is my JavaScript code not calling my function?
I am fairly new to JavaScript and made a VERY basic choose your own adventure game with a switch statement. When I attempt to call my function using a button it is unsuccessful. My JavaScript alone is ...
0
votes
2answers
28 views
Change gradient background-color, slow animation
I'm trying to change the background color on a section.
<section id="welcome" class="gradientBlue">
<div class="mainTitle">
<h1>Sdesigns</h1>
...
0
votes
1answer
27 views
Changing a an image src file using javascript wont change picture displayed
essentially i have this div
<div id="trafficcam" style="text-align:center;display:none;">
<img id="image" ...
0
votes
1answer
56 views
Implementing One page web site's navigation
I am building one page web site which has a sticky navigation on it. I have implemented almost everything, but i couldn't implement the highlight to the navigation link when the user is scrolling by ...
0
votes
1answer
37 views
Javascript code
I checked some websites source code and JavaScript games. The problem is that everything is readable and understandable except for JavaScript code that is isolated on a file with the extension .js. It ...
0
votes
1answer
16 views
javascript converting strings from gbk to utf-8
I got text from internet with node.js and want to convert it from gbk encoding to utf-8.
I tried to the node-iconv module, it didn't work.
var Iconv = require('iconv').Iconv;
var gbk_to_utf8 = new ...
0
votes
1answer
21 views
How to process onchange events for select elements which is dynamically created using javascript?
I have to create a few "select" elements in a html file dynamically.
And I also intend to create the same amount "select" elements according to the value of
the former created "select" elements.
Thus ...
0
votes
2answers
14 views
Undefined local variable or method when I use <%= home_index_path %> in application.js.erb, why?
As the title states, I have an application.js.erb file that looks like the following:
//= require jquery
//= require jquery-ui
//= require bootstrap
//= require html5shiv
//= require_tree .
...
0
votes
2answers
29 views
CSS triangle changing display value with Javascript
I have got this html
<div id="slideMenu">
<div id="slideM1" onmouseover="colorM(1)">Something 1</div>
<div id="slideM2" onmouseover="colorM(2)">Something 2</div>
...
0
votes
1answer
30 views
how to properly escape data with javascript for query string for decoding in PHP
I'm trying to create a query string, which passes all form elements and the entered data via a GET request to a PHP file.
I'm using encodeURIComponent in JavaScript to encode the input field names as ...
1
vote
1answer
58 views
Javascript code— What's wrong with function ToppingsWanted()?
I'm having some trouble with part of a JavaScript assignment. It involves using a couple of arrays: one with elements, one without as seen below. I've included all the code that is necessary for the ...
0
votes
2answers
21 views
Are WinJS/Metro Apps single threaded?
I read in Windows 8 development tutorial that Metro apps written using HTML/JavaScript runs on single thread. If so, how it executes asynchronous functions in WinRT?
1
vote
0answers
7 views
How does LinkedIn script read the api_key on the script tag?
The LinkedIn Getting Started page shows the following way to include a javascript file.
<script type="text/javascript" src="http://platform.linkedin.com/in.js">
api_key: ...



