I have the task of creating an interface optimized for touch monitor, taking data from a website ( link ).
This site gives a listing of bus lines and consults their schedules, using an auto-complete ajax.
Because it is a government agency,...
I want to know how I call a .js file if anyone can explain step by step thank you.
As far as I understand to call an external file I have to create a sort of package that proceeds?
I would like to get how many hours have passed, from a certain date, to the current date. For example:
day = "Thu May 19 2016 05:00:00 GMT-0300 (BRT)";
today = "tue May 23 2016 09:00:00 GMT-0300 (BRT)";
Variable day has the starting...
Hello
I'm studying Javascript and I'm having a question. I come from a world called Java and there exists the modifiers of access private, protected, public and even variable without declaration of modifier; and with that I'm a little lost in...
I want to go through all the keys of a json so that I can get all its values. Ex:
{
"logistics_provider": "{{lp_name}}",
"shipper": "{{co_common_name}}",
"invoice_key": "{{ae_identifier}}",
"invoice_series": "{{ae_identifier}}",
"vol...
I have the following array:
var array = {
x: "Primeiro Valor",
y: "Segundo Valor",
z: "Terceiro Valor"
};
I would like to access the values, but I do not know the indexes x,y,z , can you extract those values?
To install the nodejs , I followed the example given through the website below, in the error note below, it says that the version I'm using is: 0.13.0-pre
link
I followed this tutorial to install the Ionic Framework software on my U...
I'm having trouble retrieving a value using the mssql library
I have tried to put a variable in global scope and update the value using the recordset, put everything inside a function passing the value of the recordset as a return and use fun...