Questions tagged as 'javascript'

0
answers

Form question

I have several forms, which when submitted, send their data (: radio) to a function that is responsible for checking that all radios of that form in question are selected. In the function, it is assigned to a variable which is the form in que...
asked by 20.06.2018 / 19:02
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

Foreach de Laravel at JS, Google Charts

Hello, I need help with a foreach inside code js, I try to list from my database but I can not make it work. <script type="text/javascript"> google.charts.load('current', {'packages':['corechart']}); google.charts.setOnLoadCallback(drawC...
asked by 03.07.2018 / 22:21
1
answer

Error in Post Method in JavaScript using Fetch

I'm trying to make a Post to send a Push Notification through Expo, this is for an application developed in React native, I'm doing it from Javascript and it sends me this error Failed to load link : Response to preflight request does not pa...
asked by 19.06.2018 / 15:58
0
answers

Check all with Checkbox

Eestimados, I have a grid where the top has a row where there is a checkbox to select them all, then a row below has a check to uncheck them all. The first check of the image is to select them all, the second is to uncheck them all, and the t...
asked by 19.06.2018 / 16:15
0
answers

Carousel Javascript compatible in Explorer

I have a carousel on the page I'm doing, but when you view it in Explorer you can not see it, there is a way to make a carousel of compatible images in explorer     
asked by 18.06.2018 / 21:34
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

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
0
answers

Display an error message in php form

Ok, I want to tell this form, if it has some content the text type input and one of the radios in this case the one that has the final value (both at the same time), then send a message, can not choose the input text and the radio with the final...
asked by 22.06.2018 / 19:38
0
answers

How do I show an xml on the screen that is in memory?

I have an xml in memory in base64 then I convert it to xml, that xml I want to see it on the screen without having to download it that looks like either in a modal window or in another tab of the navergador:     
asked by 22.06.2018 / 19:00