Questions tagged as 'jquery'

1
answer

does not show data in div method jQuery post

I have a problem with jquery post, it does not show result that the ajax returns when it sent the data, I am showing a waiting message, the wait message if it shows it when the waiting message disappears, the browser window goes blank , this cod...
asked by 02.03.2016 / 17:09
1
answer

Do you know any Bundle to use datepicker in Symfony 3?

In previous projects I used the Bundle Genemu and it worked fine now for this version of symfony presents problems to me, here I leave the issue that still has not answer: link Does anyone work with a Bundle to get it to work with the effec...
asked by 26.05.2017 / 17:44
2
answers

Jquery syntax error [closed]

Hi, I'm trying to create some buttons that make show and hide according to the category but I have some error and it does not work. This is the for that mounts the buttons: for (var i = 0; i < data.length; i++) {...
asked by 30.08.2017 / 10:02
2
answers

How to serialize the data of an HTML table and send it through Ajax?

Good afternoon colleagues, I have a question about how I could serialize the content of an HTML table and then send it via ajax to the controller of my application in MVC5     
asked by 29.01.2018 / 23:40
1
answer

Help with ajax in Django 1.6.5 - ERROR 500

I would like to know why I'm launching a server error (500). I need to make or import some other type of library or module to run my request ajax ? $("#email").change(function(){ $.ajax({ data : { "ema...
asked by 12.07.2016 / 22:24
2
answers

capture value of an array checkbox in a table

I have the following code: var fila='<tr class="selected" id="fila'+cont+'" onclick="seleccionar(this.id);"><td>'+cont+'</td><td>'+$('input[name="fk_animalito"]').val();+'</td><td>'+$($('input[name^="fk_hora...
asked by 27.05.2017 / 18:01
1
answer

Access the names of the fields in a JSON file

I'm trying to make a dynamic table from a JSON file. The problem is that I want the headers of each column to be the name of the field. I mean, I have the JSON file: "articulos": [ { "nombre": "Camiseta", "talla": "XL",...
asked by 06.04.2017 / 22:27
2
answers

How can I get the value of an input with JavaScript?

This is my input and I need to obtain the value by JavaScript of preference that is pure and not with frameworks or if there is no other way or mode. <input type="text" class="whsOnd zHQkBf" jsname="YPqjbf" autocomplete=...
asked by 13.09.2018 / 21:56
1
answer

Separate 1 variable in 2 when you find a JS Script [duplicated]

Cordial Greeting. I tell you what I want to do. Example, I have a variable like this: var id = "673728-882"; What I want to do, is that I separate that into 2 variables where the script is, example of how it should be: var id2 =...
asked by 22.11.2018 / 15:54
1
answer

Problem loading data with JQuery in a table

Good morning everyone. I have the problem when loading some rows in a table, I have to click several times on the link that shows this table so that the rows appear. $("#btnlogin").click(function (){ var user = $("#user").val(); var pass =...
asked by 05.09.2017 / 22:13