Questions tagged as 'ajax'

1
answer

Error deleting a record in laravel

In my next code, I want to delete a picture of the system using AJAX but at the time of making the request, I throw the previous error    Error: The requested method DELETE is not allowed for the URL my code is as follows Route: Ro...
asked by 28.06.2017 / 16:33
1
answer

shopping cart with symfony3 and jquery

I need to keep the shopping cart updated with the products that are added. With jQuery I could find the way to add them locally but I can not persist them and / or keep them in a session. What I need is that when surfing, keep those products and...
asked by 04.07.2017 / 02:07
1
answer

Upload Image using ajax and codeigniter

What I am trying to do is to make a record of a table with different fields, one of them of image. with my code the record is done in the BD except for the image. This is my code: this is the modal where the fields of the table are: <!--...
asked by 23.06.2017 / 15:37
0
answers

Ajax FileUpload, the files are always waiting

Ajax FileUpload statement in Aspx File: <ajaxToolkit:AjaxFileUpload runat="server" ID="fluAsistencias" MaximumNumberOfFiles="12" OnUploadComplete="fluAsistencias_UploadComplete" AllowedFileTypes="jpg,jpeg,png" /> UploadComplete Event...
asked by 21.06.2017 / 18:44
0
answers

if (data == 'success') does not evaluate the result obtained from external php, it returns sucess but the page remains frozen. Thank you

                  <label> <span>Email</span> <input type="email" placeholder="[email protected]" id="email"> </label> <label> <span>Pass...
asked by 19.06.2017 / 22:56
0
answers

upload data from ajax to datalist

hello I want to bring a list from my database but I already bring it what happens is that it does not show me and I really do not know what to do and a little help I liked. function filtro() { // var valor = document.getElementById("d...
asked by 14.06.2017 / 23:34
1
answer

How to implement ajax if I work with multiple files

I have this interface link and I want that when the user inserts, deletes or modifies something, the table is refreshed without the need to update . But when I click on any button, it redirects me to the file insertar.php or modifica...
asked by 11.07.2017 / 06:51
0
answers

how to link a url on a button inside a jquery function

with a jquery function I fill a table with the data I need and I have two buttons in the table one for the details of that element and the other to edit it that will allow me to access a url given the element listed in the table, as I do to link...
asked by 10.06.2017 / 18:11
1
answer

AJAX and tables with functions

Hello friends, I have a problem to make the code that gives me the correct information that I look for my WEB. But I told them: I have an xml file that goes something like this: <?xml version='1.0' encoding='utf-8' ?> <?xml-stylesheet...
asked by 06.06.2017 / 23:41
1
answer

PHP I'm not going to the jquery function that I call

I have been working with php for a short time and I get confused about many things. I have a php program called classificacion.php that only reads a table with the data of a classification table, the 1st field is idclaf, which is the code with w...
asked by 07.06.2017 / 09:38