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...
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...
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:
<...
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...
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...
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(...
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...
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...
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",...
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...