Questions tagged as 'ajax'

0
answers

Massive Validation of a Datatable using Ajax and Jquery

Greetings to the whole community, I have a question that I still can not solve, I comment a little on the case: I have a datatable that feeds from an excel, that is, I charge the server an excel, the process and feed a datatable. It should...
asked by 24.11.2017 / 22:04
1
answer

How to display a query variable in ajax

I want to show in my teacher variable data in the value the teacher's id, and in between the tags Name and surname I let you capture my console and my code. - > male teacher = ''; What's in my Console My java script code $(funct...
asked by 07.11.2017 / 01:09
1
answer

How to save a callback from an ajax in a variable

Good evening I am doing 2 requests ajax to 2 services which I managed to get the information in 2 functions as I do to unify the 2 functions since each one has a different data or how to save each of those functions in a variable thanks of befor...
asked by 07.11.2017 / 04:50
1
answer

Javascript. Show data of a select field, would it have to do it with ajax?

What's up? ... I'm a bit new with javascript and wanted to consume something: I have a form that, in addition to several fields, has a select field. This select field when the list is displayed shows the name of records that are in a database....
asked by 27.10.2017 / 04:44
2
answers

Make Ajax calls within a loop

I must make Ajax calls with dynamic parameters, I use the $ .each to go through the values of the parameters and send them to the ajax call but apparently they run at the same time, and I want it to run one after another, as it is dynamic I do n...
asked by 09.10.2017 / 23:40
0
answers

Show data from json to a datatable in php

Good evening; I hope you can help me, I have a small problem when displaying the data within a datatable, the data if they are shown in the index but not within the datatable. This is the JS code inside my index.php $(document).ready(functi...
asked by 01.10.2017 / 05:08
1
answer

pass a variable from ajax to php and redirect

Greetings my stackoverflow people, I have searched everywhere and can not find how to send the value of a variable captured with a click from ajax to php and redirects me to the php with which I will develop this data: $(document).ready(...
asked by 30.09.2017 / 08:17
2
answers

Sending form with jquery and ajax [closed]

I have 10 dynamic forms, to identify them I put a counter that goes from 1 - 10 depending on the forms that are created in the database. How can I send 1 of these forms to me only when submitting? I have tried and jquery tells me the 10 fo...
asked by 13.11.2017 / 22:19
1
answer

Send value via post php ajax [closed]

I have these 3 script where one I collect values by means of ajax from another but I want to send the value collected from the other script generated by ajax. this is the index <html> <head> <script src="http://code....
asked by 28.09.2017 / 04:07
1
answer

PHP PDO query does not work edit

Hello I have a detail is that I have a page that shows me the data of a bd table then when I'm going to modify it opens a modal and loads me the data, until there all the problem comes when I update it I get the error:    Fatal error: Uncaugh...
asked by 20.09.2017 / 16:11