JavaScript is a dynamically-typed language commonly used for client-side scripting. Use this tag for questions regarding ECMAScript and its dialects/implementations (excluding ActionScript). Unless a tag for a framework/library is also included, a pure JavaScript answer is expected.

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

0
votes
0answers
6 views

Populate a MySQL Table Row-By-Bow in to a Custom HTML Structure

I have this custom tag structure: <warehouse> <frontbay> </frontbay> <bayrow> <bay> </bay> <bay> ...
0
votes
0answers
5 views

log multiple JavaScript function data outputs in an html table

Well, thanks to a user user on this site, I was able to log some data from a JavaScript function into an html table. Now I have another question to ask. How can I run the function multiple times while ...
0
votes
1answer
21 views

How to use pure Java in web appications without JavaScript knowledge?

I love Java like hell. This is not my 'native' language in work and I do Java projects from time to time after work. I have used only few technologies with Java like communication via raw sockets and ...
0
votes
1answer
17 views

Reading a single line from a file in JavaScript

I'm fairly new to JavaScript and I can't seem to figure out how to nicely read lines from a file (similar to a BufferedReader in Java). I have a file which contains 3 lines, the third line contains a ...
0
votes
2answers
24 views

How do I force user to enter specific pattern in input field using regex and javascript

I admit, I never explored into the regex albeit knowing its power. And its striking back to me. I am trying to make user enter pattern P99999999 into an input text where P is mandatory while 99999999 ...
-1
votes
0answers
3 views

Dojo: how to find css definition for digit.form.filteringselect, especially the drop down list?

we are using tundra theme. Getting a hard time to find style sheet definition to digit.form.filteringselect, especially to that drop down list area and selected text style
0
votes
1answer
18 views

On active slide, append input

I'm throwing in the towel. I've been trying to figure this out all morning but can't for the life of me figure it out. I am still new to javascript, but I'm slowly getting there. I'm trying to make ...
1
vote
0answers
27 views

PHP String Replace variable div in loop

I am using a mix of PHP, JS & Jquery to echo the contents of a directory into a table. I have an input box value that I want to be duplicated in a div - I have done this, but I would like to ...
-1
votes
0answers
27 views

Traversing DOM object and converting to JSON

I have been asked on a job interview to write a function that will return JSON object from the following html: <div> <ul> <li> <a> ...
0
votes
1answer
7 views

Handling asynchronous responses in node on server side

I am trying to build a simple node service that Handles a GET request from a web client Parses the params submitted Uses those params to query another REST service asynchronously Returns the REST ...
0
votes
0answers
4 views

Adjusting the showing time of Shield UI

I am new to Shield UI Chart and am trying to make my bars show gradually, but it won't work. Even the graph won't load when trying with this code: $(function () { $("#chart").shieldChart({ ...
0
votes
0answers
8 views

Any reliable way of debugging an iPad without Safari 6?

We're developing a HTML5/JavaScript web-application that also runs on iPad. It has a few issues which none of the standard desktop browsers have and it seems impossible to debug. When I read about ...
0
votes
3answers
22 views

How can I use Underscore.js to transform/obfuscate each value in an object

I'm trying to use Underscore.js to step through an object and transform/obfuscate each value, so that: { "weather": "Cloudy", "degrees": 90 } becomes: { "weather": "Claido", "degrees": 21 ...
1
vote
2answers
35 views

Replacing Phone Numbers on Page with Javascript

I am trying to replace all instances of a particular phone number in an html document with javascript. The phone numbers may come in multiple forms: 888-888-8888 (888)-888-8888 (888) 888-8888 ...
0
votes
1answer
19 views

using xmlHttp.open() but nothing happends

Whyen i run the fuction newuser() it should send some information back to a index.php file. But when i run it nothing happens.. I've tried so many ways to find out whats wrong, but no luck. Can any of ...

1 2 3 4 5 26524
15 30 50 per page