Questions tagged as 'ajax'

1
answer

Popover bootstrap error only works when pressed a second time

Why, when you press an image that shows a popOver Bootstrap, this it only unfolds when the image that invokes it is pressed a second time, whenever you click again on the image I must press twice to show the popOver. Image tag that redirects...
asked by 11.12.2016 / 04:42
1
answer

Request POST in Django with AJAX function in Angular

I'm doing an AJAX function in angular where I pass a value for POST and it returns an object in JSON. My AJAX function is this: $http.post('/get_professional_info/', {idProfessional: id}).then( function mySucces(response) {...
asked by 02.11.2016 / 19:24
3
answers

How to make that when I click on a record of a table I update the data of a form with the corresponding registration data with ajax?

I have a table in which all the records of a table of the bd are displayed and in which when clicking, the information of the selected record must be shown in the form, since in this form the first record is always shown, besides everything on t...
asked by 13.10.2016 / 01:03
1
answer

Sort DataTable by CheckBox

Someone would be so kind to help me with a DataTable , I need to order the table according to the checkbox selected descending, that is if I select a items goes fence showing first as shown in the next example. link Create the...
asked by 09.08.2016 / 15:22
0
answers

Ajax Control Tooolkit menuPopupextender with Visual Studio 2015

I need to place a popup window in an Asp Net application with Visual Studio 2015. For this I used the MeupopUp Extender of Ajax Control Toolkit (version 16.1.0) I made the most basic example, but it does not work. I searched and read, but all th...
asked by 12.07.2016 / 18:13
1
answer

Error using Ajax AutoComplete for jQuery devbridge

I am using jquery autocomplete devbridge, I am implementing with an ajax call from angularjs which brings me a Json as follows: var arrayListAuto =[ "Mio", "Tio", "Otro" ] and I call it that with the AutoComplete plugin $("#auto...
asked by 27.08.2016 / 01:20
1
answer

How to solve error 403 when uploading file using Ajax? (Name with quotation mark)

I have the following problem, I have developed a module for uploading files using ajax + jquery + laravel 5.1, the problem I have is when I try to upload a file with a single quote inside its name, example: name of my mexico file' s.pdf When run...
asked by 07.07.2016 / 18:18
0
answers

How to filter the result of an ajax request?

I have a small ajax code that brings a value from the server, but when I want to use the result in the html the whole header is printed again. <SCRIPT> $("#proveedor").change(function(){ $.ajax({ url: "/producto/cantidadDePro...
asked by 07.11.2016 / 23:31
2
answers

AJAX always executes status === 0

An AJAX error status always returns 0, inserts correctly in my BD but does not show success message, shows error message when status === 0, I execute 3 AJAX functions in a click event of a button, both functions that are invoked are executed cor...
asked by 27.06.2016 / 23:34
1
answer

PHP functions in ajax

Good, I'm with a little drama in my front end. Well, I'm wanting to show with all the records of a table, what happens is that two fields are ID of another table, but when I insert inside the concatenation the function to make the change of text...
asked by 26.09.2016 / 03:41