Questions tagged as 'jquery'

0
answers

date changed when exporting kendoGrid to excel

I have a kendoGrid table, with a date field, that shows it correctly on the screen, but when exporting it to excel it changes the value by subtracting it one day and I do not know how to solve it. You can try the code in the following r...
asked by 03.07.2018 / 18:03
0
answers

toggle checkbox with ajax

I have a web application with mvc where I have a toggle button to change the status (on / off) but I do not want to reload the entire page once the status is changed, also for some reason the data I need from the view for the controller do not p...
asked by 19.06.2018 / 15:34
0
answers

Cloud of tags in php and mysql

I'm making a website where people can download images, you can search by categories, but due to the infinite variety of images the categories could only be very generic, which is why I had thought of adding a system of Tags or tags, I have to do...
asked by 19.06.2018 / 16:25
2
answers

Go through Json that is inside an array with each of jquery

Help please as I walk this array with each of jquery (what I print is the console.log of the data input variable): this is my code: function crearTabla(datos){ $.each(datos, function(i,item){ console.log(item);...
asked by 18.06.2018 / 23:25
2
answers

Hide or show div when editing a form

I would like you to help me with this question and how to solve it. I have 2 div, the second div is hidden depending on what I select in the first div, until then everything is fine, because I can hide or show the div. <div class="row">...
asked by 25.06.2018 / 14:11
2
answers

new dynamic formdata pass dynamic parameter

How can I do it dynamic? if I have 3 forms the first one receives it without problem but the other two do not receive them data: new FormData($("#guardar")[0]);     
asked by 25.06.2018 / 14:28
1
answer

Capture server response through ajax

Good day, I have an ajax that goes and consults something and according to the query returns me in an echo $ tipo_de_solicitud; a variable which I know is doing well because I check it by the chrome inspector (F12), the question is to receive it...
asked by 16.06.2018 / 00:08
0
answers

How to add columns in datatable using Footer callback if there is an html (button) tag inside the td?

I am adding the values of a datatable with the Footer callback function but add only those td without any html tag, however I printed the td with a button and the function Footer callback does not recognize them and throws me this result =...
asked by 15.06.2018 / 22:47
1
answer

How to set the current date by default in calendar with javascript?

I have these two fields of date type, which I use to establish a period of dates <div class="form-group"> <div class="input-group date" id="datetimepicker1"> <input id="fechInicio" name="fechInicio" class="form-contr...
asked by 18.06.2018 / 00:28
1
answer

Use google maps with data brought by ajax

I'm bringing data from an external api with ajax, which gives me the longitude and latitude but when I apply it to google maps it does not read the data. This is the code of the ajax query jQuery.ajax({ url: "https://quasar.e-htl.c...
asked by 15.06.2018 / 01:45