Questions tagged as 'ajax'

0
answers

Ajax type POST and send to two php

I have a booking form at a restaurant and I require that the reservation information be sent to the restaurant and a message that the reservation was received by the client. I have two php files, each one sends the emails separately, but when I...
asked by 22.09.2018 / 17:46
2
answers

how to fill a select with another selct from ajax

Hello community, I have the following problem, I need to fill select with another select from ajax . I explain myself: I have a select in this way in my file html <div class="form-group mt-1"> <select class="form-con...
asked by 24.09.2018 / 22:23
1
answer

Insert a combobox with the upload files button

Hello good afternoon I have a code that I use to upload files but I need to not only upload files but also upload the combobox because the image goes according to the selection of the combobox someone could help me I have two fields image and im...
asked by 20.09.2018 / 23:43
1
answer

Datatables shows last record of a timer countdown

I have the following problem that I have not been able to solve. I have a timer (countdown) that is generated by each row of the datatables, which come from a database. This works well, the problem is that in all the rows, it shows me the last r...
asked by 21.09.2018 / 20:36
0
answers

Add individual search columns in the datatables

Your support to be able to add individual search engines in the coupons of my data Table. I found this solution and it works correctly but I only have the search which it looks for in all the columns, but I want it to be for each column. Than...
asked by 20.09.2018 / 21:34
1
answer

JavaScript function does not refresh the data very well

Hello good afternoon friend my problem is that I use a select option which if I choose that if I must hide a button and a select and also if it is NA but if it is NOT shows them then use a javascript function and it works very good but let's say...
asked by 21.09.2018 / 21:57
0
answers

Call ajax with onclick

I am trying to count the number of clicks of a specific part of my page. I put an onClick to the element which makes a call to Ajax to store in a database for every click they make. HTML code <a id="tapaweb" href="hola.pdf" onclick="m...
asked by 23.09.2018 / 01:58
1
answer

when inserting form with ajax does not refresh fromulario

I created an insert with ajax and it does it perfectly in the database but the form does not refresh or does not return to its origin ... the record is inserted but it enters several copies of record when inserting the button or when doing , wha...
asked by 21.09.2018 / 05:27
0
answers

Problem with Error 403 Forbidden in certain cases

I am developing a sales system, with HTML, javascript, php, jquery and ajax (it may not be the best combination but it is my first system), and when I want to transfer the data of a sale to excel with PHPExcel (the typical summary that is delive...
asked by 21.09.2018 / 04:45
0
answers

Datatable with Ajax and Json in Laravel

I want to list data in json format in a datatable using ajax but I can not tabulate them, I can not detect my error. I hope you can help me, thank you. ROUTES Route::get('/', 'DatatableController@inicio'); Route::get('/datos', 'DatatableCon...
asked by 21.09.2018 / 06:05