Questions tagged as 'ajax'

2
answers

Table with DataTables and Editor does not work for me

I'm doing an inventory application of computer equipment in PHP with Laravel. At the moment I want to show a table with all the data about the models, but I can not find the solution. My index for this view is: <!DOCTYPE html> <htm...
asked by 24.04.2017 / 18:29
0
answers

problems loading partial views strongly typed with ajax

I have the following code that at jquery, try to bring the data from a partial view and show them in the main view. the issue is that when you start the process, and click on the corresponding button, the load event, does not load anything, ther...
asked by 04.04.2017 / 20:54
2
answers

Send Data by ajax library TCPDF

I need to send data from ajax to a pdf, but at the time of printing the data is lost, is there any configuration of TCPDF, so that it responds to ajax requests? function ComprobanteCliente() { $.post("<?= base_url() ?>PdfImprimirCon...
asked by 29.03.2017 / 20:24
1
answer

Function codeigniter works in windows but not in linux

Develop this function to upload files to the server but I do not understand why it works in windows and not in linux 7 cent, so that it works in linux should something be configured? permissions or something? I already change permissions of the...
asked by 25.05.2017 / 17:14
0
answers

Error invoking model in Codeigniter

Hi, I'm experienced Codeigniter and I have an error when I invoke my model. Here the error:    An uncaught Exception was encountered       Type: RuntimeException       Message: Unable to locate the model you have specified: Category     ...
asked by 28.03.2017 / 18:53
1
answer

Error in Ajax query

Good evening, I think it's a simple question but maybe because of the time it is I can not find it because Ajax fails me in the user login: My form: <form id="form-validation" name="form-validation"> <div class="form-group"&g...
asked by 24.03.2017 / 20:07
1
answer

Upload images with AJAX ERORR

Hello, good morning, people have a problem with the ajax code to upload images but I do not know where this error is, PHP is fine because I tried it so you can tell me where you are. index.php with the ajax code: <script src="https://a...
asked by 15.03.2017 / 18:06
1
answer

Progress bar with values to load a page [duplicated]

I would like to know how I make a progress bar WITH VALUES when entering a page, that is, not to upload an image but to show me the percentage of the entire page, of all the resources. a progress bar while loading the whole page An examp...
asked by 31.03.2017 / 02:11
5
answers

The form that is inside a while is saved twice in the database

The form I have it in a while loop within an echo to be able to resivir the data of a query and then with a form send it to another table in the database but it is saved twice as I can do so that they are saved just one time? <?php //Mo...
asked by 18.03.2017 / 22:38
0
answers

Help when deleting a record with ajax and php

I have a CRUD but instead of users they are all managed with Ajax . The issue is that the update create works but in delete that is exactly the same as the others do not. Step to hang in code: $('#deleteUser').click(function() { if(...
asked by 19.04.2017 / 11:52