Questions tagged as 'javascript'

6
answers

Sum of 2 inputs and appear in real time - Javascript

My question is this: I have two type text inputs. One person would put a number in input 1 and another number in input 2. When the person just finished filling in, the result of the sum of the two inputs would appear automatically in real tim...
asked by 18.09.2015 / 19:15
0
answers

Error, status 200 load Ajax

I have a call ajax that falls in callback error and brings me a status 200 and statusText load . Follow the ajax: $.ajax({ type: "GET", crossDomain: "true", dataType: "jsonp",...
asked by 01.04.2016 / 20:10
0
answers

Intel XDK - Application extension as a soft phone [closed]

I developed an application with Intel XDK for internal use in local network, which is responsible for listing all extensions of the company, I would implement in the click of the list items the functionality of calling the extension using SIP te...
asked by 27.01.2016 / 16:41
1
answer

Load page before being called

In my next example, I have a button that calls through the window.location a page that takes a while to load. I'm trying to create a javascript code that loads the page before it's called and a "loading" label appears on the button page and then...
asked by 02.02.2016 / 14:18
0
answers

Ajax returning HTML along with JSON

The code I did was working normally but suddenly, it behaved differently. I've made all possible debugs, take a look $( function(){ // When submit it $('.frms').not('#form-newsletter').on('submit', function(){ e.preventDefault(...
asked by 29.01.2016 / 15:21
0
answers

Problems running audio in javascript applications with nw.js

I'm working with a javascript application that needs to be run offline in a desktop environment. I used the Node Webkit to package my application and generate an executable file. However, after creating this package, the audios stopped playing...
asked by 01.02.2016 / 14:06
1
answer

Adding redirect links to Jwplayer playlist elements

Hello, I would like your help in completing the Jwplayer code I am doing. Since I'm still a beginner, there's a lot I can not do until now, so I hope I can count on your help. My problem and the following, I would like to know if it is possib...
asked by 07.08.2018 / 20:44
1
answer

Google Maps, doubt about marker radius overlay

I implemented the Maps API v3 in Javascript on a reservation system, in the system I used PHP to connect to the MySQL database to return the units of a franqueadora that already exist and are operating, and also made available on the same screen...
asked by 07.08.2018 / 02:49
2
answers

What are the operators | &?

I was analyzing a code and found some operators I do not know about: | , & , >> and% with%. What is the functionality of these operators? bits = h1 << 18 | h2 << 12 | h3 << 6 | h4; o1 = bits &g...
asked by 04.03.2015 / 14:28
0
answers

Mounting a javascript rule with array

I need to put a ruler like the drawing. I'm having a hard time finding logic so I'd like some help. Scenery : There are two arrays (one with temperature data and one with pressure data). I need to convert these two arrays into two scales...
asked by 26.07.2016 / 03:23