Questions tagged as 'ajax'

1
answer

Use dropzone.js with asp.net

I want to upload multiple files using dropzone.js and take the paths of the files to store them in my database, but I have found very little information about it or only for MVC, someone who has already used it and could help me.     
asked by 13.09.2016 / 17:25
2
answers

Search engine with 2 fields filter ajax codeigniter 3?

I have a search engine that filters by a variable but I can not find the way to perform the search but I do it with 2 variables at the same time. This is my method that I use to filter by a single field "name_event" of the database "event", I...
asked by 19.05.2016 / 06:29
2
answers

Reset ajax form append

Good, I'm with little problem. When I open the field to edit .. I load the current image, and below the input file .. When I change it and I submit, everything works perfect .. My problem is .. That when I try to edit another field, the modal op...
asked by 09.06.2016 / 18:44
2
answers

Modal form, javascript, ajax and php

There are three steps I'm doing: HTML > JavaScript > PHP. In one of them I'm wrong and I suspect it's in the JavaScript. My HTML: Class Modal. Apparently it works: <!-- Modal para solicitar evaluación de caso --> <div clas...
asked by 03.06.2016 / 00:31
1
answer

Inventory with Variable Price Products

I have created a php / mysql system for dispatch with product inventory and the problem I have is that I do not know how to calculate the cost of the dispatch when I have income from the same product with different prices. My database is co...
asked by 22.03.2016 / 22:19
0
answers

Error organizing items brought from a database through javascript

I'm doing a to-do-list with the help of ajax, I have two columns one of pending tasks and one of completed tasks , in my database I have a field called completed which has possible values of 0 if it is not completed or 1 if the task is comp...
asked by 27.12.2018 / 21:02
0
answers

DataTable ajax.reload by default in all tables

Could it be possible to make all the tables have the reload configured by default? I have configured the language, the design and a little more by default in all the tables, but now that I've been investigating I started using the setInterval(...
asked by 01.01.2019 / 23:31
0
answers

screenshot of the clipboard with JavaScript

Good friends I'm trying to copy a screenshot and paste it into my program I found a code on the following page link which does what I want is copied and pasted the screenshot, but I do not know how to manage to upload the image to the server i...
asked by 24.12.2018 / 02:50
0
answers

Error 500 when doing delete with ajax in Laravel 5.5

When I click on the delete button, I get the error    POST link 500 (Internal Server   Error) or    DELETE link 500 (Internal Server   Error) If I do the action without AJAX the request if it arrives at the controller, otherwis...
asked by 22.12.2018 / 21:57
1
answer

How to send an html array by ajax?

I have the following html array: @foreach($lab->categoria as $cat) <label style="color:#000;margin-top:0px; margin-botton:0px" data-nombre="{{$cat->nombre}}"><i class="fa fa-mars"></i> {{$cat->nombre}} <input...
asked by 22.12.2018 / 07:29