Questions tagged as 'jquery'

1
answer

variable with jquery html content

Why does not this work? I have a variable with a structure html that when I click on a button I print it on a label p and then the button that is in that variable add a function click but doing this does not work . The...
asked by 30.09.2018 / 03:37
2
answers

How to show a report with jasperreport when clicking on a button?

I have the following code in my jsp, and what I want to do is that when I click on the button, it sends me to another page to show the report, what it does is that if it enters my method that I have in the controller but shows nothing or marks e...
asked by 02.10.2018 / 06:08
1
answer

Do not insert data in my database from PHP

Do not insert the data I leave you photo of the structure of my table and the code for which you can help me thanks. The code is as follows. <?php $con = mysqli_connect("localhost","root","","ufree") or die("conexion exito...
asked by 16.10.2018 / 07:42
1
answer

Deactivate cells before the selected cell - JQuery

I'm creating a calendar with JQuery . This is the code: <div id="dncalendar-body" class="dncalendar-body"> <table> <thead> <tr> <td>D</td> <td&g...
asked by 16.10.2018 / 18:03
2
answers

I can not use a Json file

What happens is that I'm trying to use this Json to locate on the map and show the information: [ { "codigo": 0, "sucursal": "PUERTA DEL NORTE MEDELLIN (Centro Comercial)", "region": "ANTIOQUIA", "direccion": "Diagonal 55 #34...
asked by 14.09.2018 / 16:05
1
answer

Any way to "align" a JSON using JQuery?

I have a form that returns a JSON with the variable data entered in the input of it. Below this form, through the use of AJAX, it returns the expected response in JSON format under the button to send the form! What I want to know is if the...
asked by 17.09.2018 / 21:30
1
answer

capture value of a password type input

Hi, I'm trying to capture the value of an input type password, but I could not is a form to edit user profiles, then I bring the name and email from the database, but I do not bring the password, because I want to put a new password and send...
asked by 04.12.2018 / 09:53
2
answers

Counter in an input with Javascript

How to do so that a new input is added when a button is pressed and it changes the value of an input: For example, if Before evaluations 1 now say Evaluations 2 ?. I explain myself more in detail .. I will have some capture first so you can unde...
asked by 27.09.2018 / 03:48
2
answers

How to save columns of an HTML table in an array?

I have a little problem with a project that I'm working on. It turns out that I need to capture the data from an html table that the user creates dynamically and when I click on "Save data" I need to save them in an array This is my table:...
asked by 11.10.2018 / 14:51
2
answers

Restrict file types in an input

Is it possible in a file-type input to restrict the formats it can accept when selecting files?     
asked by 25.10.2018 / 00:07