Questions tagged as 'javascript'

2
answers

Receive data in json from a mySQL query

good morning, I have an ajax where I send a variable id_account which I take it when reading the id of the option of a select, I then make a query which returns all the data of that account, I know that this part is fine because when I review...
asked by 28.03.2018 / 05:11
0
answers

Upload a file to a server using gotev

I have a problem in which the progress bar is shown and it ends up normal in the application but at the time of viewing the uploaded files it does not appear on the server and the app does not show upload error so this is my code: pub...
asked by 27.03.2018 / 21:42
1
answer

How can I export / import const app = express () to another file js

I am trying to separate responsibilities, sharing in different files and modules the different actions that I will carry out in my application on the server side. I came across a problem, which I can not understand. I try to export from the f...
asked by 27.03.2018 / 23:23
0
answers

Sending form and validating with jquery

I have the following problem, I have a form and I am including each part with php and validating the form with a jquery library this is the link Jquery validation , validate the form and show the following but in the following form after valida...
asked by 27.03.2018 / 03:32
0
answers

Select2 input out of container

I'm using the CSS 3.5.4 with ASP.NET MVC , and it does not mesh with input , and it looks out. HTML Code: <div class="input-group" style="width:100%"> <span class="input-group-addon"><i class="fa fa-s...
asked by 27.03.2018 / 05:32
0
answers

How to edit an xlsm file (excel with macros) from NodeJS?

I need to edit a file from NodeJS using exceljs but it does not support the handling of macros and the file remains corrupt after its modification. Thank you.     
asked by 07.04.2018 / 19:45
0
answers

Update a record in the database with ajax?

What I'm looking for is updating a database record by recommending a more experienced programmer who told me that he would use POST to structure the following code. <script> $("#txtHoraSalida").val(hs); $("#txtGafete").ke...
asked by 07.04.2018 / 16:16
0
answers

Reset Bootstrap DatePicker with Select Onchange Event

I have a Select Option that lists a series of processes. Each of them, with an X number of days. When a process is chosen, I send that number of days to DatePicker and it blocks the days of this process as of today. For example: - Process 1 - &...
asked by 07.04.2018 / 21:28
1
answer

How to copy data from the answer sheet of the form to another spreadsheet or additional send the answers directly to another spreadsheet

Good morning, I hope someone can help me with my doubt, I'm new to this from Google spreadsheets and I start to automate some things. I have a script that validates the answers of a form, my problem is that I have not been able to copy data from...
asked by 26.03.2018 / 16:19
0
answers

AJAX + PHP How to update N browsers?

I've never worked with AJAX before, so I decided to do a mini chat, super ultra basic. There is a single history (it is saved in a .txt) Name is saved + date + time + message I made it work, but if I have 2 browsers open, chatting with eac...
asked by 04.04.2018 / 11:15