Questions tagged as 'javascript'

0
answers

How to import Json data from a table into Excel

I want to generate charts with Chart.js and need to import data from an excel spreadsheet to json in order to draw the chart. var data = { labels: ["January", "February", "March", "April", "May", "June", "July"], datasets: [ { labe...
asked by 07.04.2016 / 15:18
0
answers

Insert data dynamically with xml the coordinates in the heat map

I'm trying to use this code to read data from the xml parts coordinates instead of the data statically inserted into the code but does not work when done this way. Code: function getPoints() { return [ //new google.maps.LatLn...
asked by 13.04.2016 / 21:52
1
answer

How to do auto-complete / incremental script

There was a need to create a text field that might be given city names, however, if you completed the word in the field when you started the first digits. I need some idea, function with Arrays literals, something like this: <...
asked by 17.04.2016 / 00:01
1
answer

Prevent Change of Keyboard Layout When Applying Money Mask

I'm trying to implement a money mask using a NumberFormat, but an unwanted behavior is occurring when running the script on Chrome for Android. Whenever a new number is entered, the keyboard layout returns to the default (alphabetic), however...
asked by 15.10.2015 / 16:52
0
answers

Local application (Pc) opening in ipad / iphone browser does not show checkbox

I have an application running normally with wamp on the computer, which uses html jquery css and php. However, when opening the default IOS (safari) browser using ipad or iphone over the local network, the system does not display page checkbo...
asked by 12.10.2015 / 18:29
1
answer

SQLite with Javascript does not work

I'm getting SQLite now, trying to deploy in a mobile application, I did this test based on some web codes but I can not return a record of the data successfully, until it does the select but it returns 0 records, as the snippet shows : alert(...
asked by 11.02.2016 / 07:39
0
answers

Youtube player does not work on iOS

I have a problem here with youtube videos, I have it as a music player option on the website in the lower right corner, it works normal except on iOS mobile devices, what happens is that I can not play music. Follow one of the sites that cont...
asked by 25.08.2015 / 18:26
1
answer

How to change the current database schema config.js? [closed]

I'm working on an application already developed developed in Node.js / Expressjs. At the moment my problem is: 95% of the application uses schema A , but the new module I'm creating needs to use schema B . How do I make this change at ru...
asked by 19.01.2016 / 12:48
2
answers

Change in json file format

My file is coming in this format, but I wish it did not appear this #id before sale: { "$id": "1", //como não mostra isso? "venda": [ { "$id": "2", "poule": 73, "idusuario": 4, "vendedor": "ITAMAR SOUZA",...
asked by 22.01.2016 / 19:38
2
answers

Send Display Text of an Enum by Json

Well, I have an enum for the days of the week, being: Segunda = 2, [Display(Name="Terça")] Terca = 3, Quarta = 4, Quinta = 5, Sexta = 6, [Display(Name = "Sábado")] Sabado = 7 So I build an object that has a da...
asked by 19.01.2016 / 20:50