Questions tagged as 'ajax'

1
answer

Modify data DataTable

Good morning, see if you can help me: I have an ajax request so what: function getData(){ $.ajax({ url: url_serv, type: 'GET', dataType: 'json', success: function(data...
asked by 27.01.2017 / 09:48
1
answer

How to download a pdf in ajax?

I have a method that returns a pdf return File(stream, "application/pdf"); I call this method with ajax in the following way $.ajax({ url: '@Url.Action("HojaDeSalidaPDF")', data: { 'ID': id }, type: "GET",...
asked by 28.01.2017 / 19:30
2
answers

Delete fields from a form after confirming shipment with AJAX

Hello friends, good evening, I require your support in the following. I am creating an HTML5 contact form using JS and validating the submission through AJAX. What I need is that when the form is sent it is updated after about 5 seconds so...
asked by 11.01.2017 / 04:44
2
answers

Problems updating a record with Ajax Rails

A small problem happens to me, more than a problem a bad browsing experience, when I update the record through Ajax, the original record is kept, and the updated one remains as an aggregate, when I should update the same cell, until I update the...
asked by 02.01.2017 / 06:39
1
answer

Problems to delete a record with AJAX in Rails [duplicated]

At the moment of deleting a record with AJAX , it deletes it but does not update the table with the record removed, possibly maybe it is doing wrong the render or I need to specify something more to destroy.js , I share my c...
asked by 01.01.2017 / 23:01
1
answer

Telerik asp.net ajax Load Combobox in Cascade without PostBack

Good morning! I am using the telerik controls and I would like to know if there is any possibility of loading a cascaded combobox without having the postback effect, I mean, I do not want to see the effect of reloading the form since it looks ve...
asked by 13.01.2017 / 10:20
1
answer

How to bring information with ajax to a form?

I am trying to make a CRUD in codeigniter, but when I bring the information I can not find the way to store it in the input of the form (the form is in a modal). This is the model code: public function carga_edit_client($cedula_rif){ /...
asked by 15.01.2017 / 03:34
1
answer

Remove blob with ajax, button inside modal

I can not access all the data since it stays in the first iteration, that is, I can only access the first ID, this is necessary to be able to delete the correct blob file. The html part is huge because I show the information in a table first, an...
asked by 17.01.2017 / 15:16
0
answers

Why does not this AJAX website show results?

NOTE will not explain anything about this script because it was something that I was building from another website COPIE and PEGUE said that I only made these two files I do not know where the error is . THE PROBLEM is that the query is...
asked by 16.01.2017 / 20:39
0
answers

Problem with query and php / ajax

I wanted to ask for help with a problem that I have and I have not been able to find the error, in reality there are 2 problems: Problem 1: I have an error with the query, I have a syntax error (I do not know how to get there but before it di...
asked by 01.02.2017 / 01:21