Questions tagged as 'javascript'

1
answer

Script in Google Sheets to perform actions on DRIVE

Is it possible with a script in a Gsheet to create a folder with a specific name and create a set of file copies within it? These lists of files would be listed with their IDs in the Gsheet.     
asked by 10.05.2017 / 13:43
1
answer

Write XML file on server via JS

I have an HTML page in local, with one of its pages that contains a form that has to modify an XML file that is part of the project. The file is part of the page, not the machine that was a client. The XML should be recorded as a file, not as a...
asked by 29.03.2017 / 10:24
3
answers

Disabled does not work Javascript

I have the following code to unlock a button, but it does not work, What is the error ?, which means that the error only appears in the google chrome console and not in the errors for example of liveweave.com? ERROR:    uParty is n...
asked by 10.05.2017 / 03:28
1
answer

Function Update Massive sequelize - Node

Good, I am trying to make a massive update to an MSSQL database from Node using sequelize. I still do not understand very well all this of the Promises, .then () etc. What I'm needing is a function called by POST, which receives an array of J...
asked by 30.05.2017 / 16:12
1
answer

How can I export 2 HTML tables to Excel

I have two tables made in HTML but I need to export both in the same excel sheet. I found this code that if I put the two tables on the same page but I do not take into account the footer of the two tables and I do not take 2 columns of the s...
asked by 28.03.2017 / 20:30
2
answers

The succes of Ajax is not working

Currently I have a jax call that takes me to my C # method to be able to authenticate my user, but this Ajax call is not working the succes part, since if it sends me to the method I want but in the end he does not send me the alert he should se...
asked by 24.03.2017 / 23:26
1
answer

Add new input with autoNumeric class

I have my code: var tr = '<tr class="tr_new">'; tr +='<td><input type="text" name="txt_comi_cond1[]" class="moneda" size="10"></td>'; tr +='<td><input type="text" name="txt_comi_cond2[]" class="mone...
asked by 14.03.2017 / 00:10
1
answer

PHP - send data from a form to a modal bootstrap with php oop

I hope you can help me. it does not show any error and it does not respond when you click on the Save button. I tried the PHP insertion code on another page without booting and it works I wonder why it is not working in modal dialog. Annex co...
asked by 21.03.2017 / 20:35
1
answer

Sort Datatables in DD-MM-YYYY

I have a datatable with some dates and these do not take the format of DD-MM-YYYY I have been testing in several ways (especially this but I do not quite understand the operation exactly. $(document).ready(function() { $('#...
asked by 20.03.2017 / 16:16
1
answer

How to give value to input with a global variable jquery?

I have a select that in a file js is serving me for different things like a change so that I list those cities that depend on the id of the country, it turns out that now I need is that when you click on the option (en el select del pais)...
asked by 21.03.2017 / 22:22