All Questions

1
answer

problem with extracting form data with jquery

I have this example form with jquery and javascript in which the user can add forms to add more phones if desired and delete them equally but I want to send the form when sending a message, I do not save the data on a base of data, I simply want...
asked on 30.03.2018 / 13:00
1
answer

Delete files with google-apps-script

There is a google spreadsheet and a script that generates PDF files with the information of the spreadsheet, the PDF files are automatically saved in a folder of google drive. How could you erase the PDF files in that folder? Attachment code....
asked on 05.08.2017 / 03:53
1
answer

Get the name of a generic class in a java interface

I have the following case: public interface CustomRepository<T> { ... } public class CustomRepositoryImpl<T> implements CustomRepository<T>{ //Como puedo obtener el nombre de la Clase T } //Por ejemplo si uso la clase Usuar...
asked on 29.03.2018 / 21:21
2
answers

Problem in assigning arrays in Python

Hello, I do not know if this question has already been answered, but my problem is this: When assigning a global variable to a local variable of a class, changing the value of the local variable also modifies the value of the global v...
asked on 06.08.2017 / 16:31
1
answer

how do you put a link to a div?

I have a link (href) to a text but I need to have the div so that when flying over the div, the hand appears when there is a link thanks in advance for your help! <div class="seguros"> <a href="seguros.html"> >>>...
asked on 08.04.2018 / 17:49
1
answer

why PHP Script does not run, but if it runs "phpinfo ();"?

I am working with a LAMP architecture, with apache2 server, php7.0 and MYSql, in ubuntu 16.04, and managed to configure the route for my development, in this case, that goes from /var/www/ to /var/www/html/midesarrollo , to prove it...
asked on 06.04.2018 / 00:34
1
answer

Can I use several requests in a laravel 5.3 mutators?

I try to save two input in database and I was thinking about doing it with mutators, the fact is that if I modify a field I only manage that value because the $ value that I receive is the one that sends the request, but I need to use something...
asked on 06.04.2018 / 14:29
2
answers

How to make PopUp appear by JavaScript when done with CSS

I have a PopUp modal that is not done in JavaScript only with HTML and CSS, I need to send it to call with JavaScipt but I do not know how. The button with which I'm calling from HTML <a class="modal-open" href="#modal">PopUp Modal<...
asked on 04.04.2018 / 16:26
2
answers

How to get the value of a cell from a DataGrid?

I want to get the value of the UserID cell that has the following settings made with Visual Studio 2017 in a window (WPF) <DataGridTextColumn Binding="{Binding Path=idUsuario}" ClipboardContentBinding="{x:Null}" Header="idUsuario" He...
asked on 08.04.2018 / 07:13
3
answers

how to include external libraries in Ionic

Normally when you are making a web the libraries are included as follows: <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.2.0/aos.css" <script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.2.0/aos.js">&l...
asked on 04.04.2018 / 16:10