Questions tagged as 'javascript'

2
answers

array with chart.js, javascript

I am using Chart.js with her I show a graph where I will show the amount and transactions of an account that includes that she must have her dates and the transactions that made that date, that is, those variables come in an array, but I do not...
asked by 17.08.2018 / 15:06
1
answer

Autoincrement id in angular

I have this line in angular, what I want to do is that the id self increases depending on how many images it consumes, I'm clear I'm consuming a service that is being exposed in json <img id="slide-img-" class="img-item2" src="{{ Our.url }}...
asked by 24.08.2018 / 23:03
0
answers

Countdown does not work with 2 or more records, only with one

I have a back account generated in javascript and it is shown in datatables. The issue is that it works only when it is one record per line, but when it is 2 or more, it simply does not show the account back. The console shows no errors of any k...
asked by 16.08.2018 / 03:35
0
answers

DropDownList AutoPoskback does not work in UpdatePanel

There is a user control which implements a user control, this internal user control has an UpdatePanel and a DropDownList with the AutoPoskback property equal to true . The main user control has a button that performs the corresponding validati...
asked by 15.08.2018 / 23:48
4
answers

4 inputs and 1 single output

I am trying to have 4 inputs of data input and 1 single output, for example a calculator, that two inputs are a sum and the other 2 a multiplication, and the value is received by a single input. if the first two inputs have values, the sum is ex...
asked by 16.08.2018 / 03:40
0
answers

how to send responses during the execution of a spring function?

I'm doing a web application , in the login it makes a series of steps like validate data, connect to the database, search the user, get the permissions . All this I want the user to see in a div for example: when the login on the div say...
asked by 13.08.2018 / 18:17
1
answer

input file does not recognize the type 'application / x-iwork-keynote-sffkey' in Angular 5

Hello !, I have a component for input file to load files .cer and .key . The problem I have is that I do not recognize the extension application / x-iwork-keynote-sffkey and the tipo of the document returns it as...
asked by 13.08.2018 / 21:34
1
answer

Send and receive file Vue-Resource and PHP

I'm trying to send an image using vue-resource and retrieve it in a php file but I have not succeeded, this is my JS file: //* AJAX *// startAsyncNews: function(){ if(this.sendimage){ var formdata = new FormData(); formdata...
asked by 13.08.2018 / 20:44
0
answers

Fill select text using a td of a table

I have the following code where I get the values of a table, and sent them to a form in modal . In a select I get the value but also that same value I want to leave it as the text of the select. Function to obtain t...
asked by 14.08.2018 / 16:47
2
answers

How do I end all the comments of an HTML, CSS or JS document? Atom use

How can I delete all the comments in a document without having to go one by one eliminating? Could it be done with regular expressions?     
asked by 14.08.2018 / 17:27