Questions tagged as 'ajax'

1
answer

Synchronize 3 Select with Loading + JQuery / Ajax

Hello, good morning. I'm having my application here in the following question. I have the index.html page, on this page I have a <div> to display loading as per the code below: <div id="loader" style="display: none;"...
asked by 08.10.2018 / 15:06
0
answers

Jquery Ajax - During sending - show date return in real time

I want the user to be able to track the progress of each submission in an application. I have one side, sending via ajax, and with php I perform a foreach for batch sending. For example, select the id 1,2,3,5,7, and press send. I want to show on...
asked by 05.01.2018 / 18:32
0
answers

Refresh a page based on information from a chat

I have 2 sites, the first is www.chat.com.br and the second is www.view.com.br .    My goal is:    1 - Collect chat alerts    2 - Update the site view constantly with the alerts collected from the chat. What I thought I would do wa...
asked by 07.05.2018 / 12:06
1
answer

Paging of records

I'm trying to create a table inside a modal window that is triggered / opened as the user clicks a button, but due to having too many records it's slow to open so I thought about paging. Could someone show me some example? <!-- INICIO D...
asked by 07.11.2017 / 17:35
0
answers

How to create generic function for different inputs

I have 3 inputs , where each one should use the same autocomplete function. However, each one will query with their respective val() . How do I change the code below, so that this function works "generic" for these inputs...
asked by 30.10.2017 / 21:32
2
answers

Passing AJAX parameters

I'm developing a web application and I'm using AJAX and JSP would like that when I register the client data send by parameter to another page the name and the email of the client plus it sends with an error, it even sends the parameters but with...
asked by 29.10.2017 / 02:40
1
answer

Working with the result of the return of an ajax request with jquery

I would like to know if it is possible to compare a returned value of an Ajax function with an external variable using jquery. When I try to make the comparison I realize that the external variable is not recognized inside the Ajax function....
asked by 14.11.2017 / 09:24
1
answer

Inserting, editing, removing and displaying data Asynchronously

I have a CRUD in PHP developed with the MVC standard, all the interaction with the database is done with PDO, my challenge is, to pass all the data requests asynchronously using Ajax and Json. I have only theoretical knowledge about asynchronous...
asked by 09.12.2017 / 17:52
1
answer

Validate CPF with Ajax and then submit the form

Good Night, Guys. I'm in need of help, I'm trying to validate and then submit the form, what I basically need is: When the user enters the CPF in the form, I want to do a check in the database, if cpf is not registered, the form is sent, otherwi...
asked by 11.02.2018 / 00:45
1
answer

Handling Logic and Exections - jQuery

I have some buttons which in onclick of them work with two Ajax requests for an external file that add products, but this is not of extreme importance in this matter. My problem is this: if the buy button is clicked, the product is added,...
asked by 05.09.2017 / 20:48