Questions tagged as 'ajax'

1
answer

Save AJAX REQUESTS to run later

Use jQuery and the Ajax library to make REQUESTS. There is a way to save REQUESTS, follow the example .. The user is moving and suddenly the connection goes down and the user does not notice it. And he continues doing what he did .. and su...
asked by 14.08.2015 / 14:16
0
answers

Sum of items when changing a record

I have 3 items Accessories, Tires and Vehicles, values are added to a maintenance screen that is the main one. The problem is that when it is to change just one of the items, the value added is just what I selected. But it is not updated with th...
asked by 02.07.2015 / 20:42
1
answer

Update form to work when deploying Ajax

This is Ajax that I want to implement. When the form is submitted, it displays a GIF to show that it is loading, and then depending on the result, an alert appears with a message written by json_encode , and some. $("#form").submit(funct...
asked by 09.08.2015 / 14:57
1
answer

Pass Function javaScript by ajax [closed]

I'm trying to return an alert from the server, but I can not. the idea would be as follows index.jsp <html> <head> <title>Teste</title> <link rel="stylesheet" type="text/css" href="../estilos/estilo.css" />...
asked by 21.07.2015 / 16:33
0
answers

Send input value file via ajax without form

I need to upload images inside a form. I would like to know if it is possible to pass parameters from the image upload form via ajax outside the general form? If so, how would I do it? I tried some forms, but none worked. NOTE: I am using val...
asked by 13.08.2015 / 14:03
0
answers

Ajax request returns SQL zero decimals

Dear friends, I have an Asp Net MVC5 application that makes use of ajax in both inclusions and selects. Writing the decimal values normally occurs on the SqlServer bank but the recovery returns me zeroed even though the crop is set correctly. Fo...
asked by 25.06.2015 / 06:53
0
answers

How to put modal window with gif on the form?

I have a form that I programmed using PHPMailer and I would like it when the user filled out the fields and clicked send, instead of redirecting to another thank you page, I wanted to see a kind of " dialog in> "or rather a modal window with a...
asked by 28.05.2015 / 13:59
1
answer

Ajax table mask

I have a autoComplete that I developed, where when typing some value, the system returns a table with the data of that autoComplete . This table is being returned via Ajax . However, I would like to add a mask in a field. T...
asked by 21.05.2015 / 15:14
3
answers

Assigning value received via ajax to a variable

I have the following function: var idArtigo = $(".codigo", this).text(); myJSRoutes.controllers.ArtigoDocumentoController.getArtigoByDebitoTipo(parseInt(idArtigo)).ajax({ success: function (data) {...
asked by 21.05.2015 / 16:54
0
answers

DataTable Jquery load Tools after ajax

I have a jQuery datatable that has the toolbar with .swf. When loading the page initially, the toolbar is displayed correctly, but I need to load the datatable when clicking on a link, where it is filled, but the toolbar does not appear. The...
asked by 19.06.2015 / 22:05