Questions tagged as 'ajax'

2
answers

Search in Ajax within div clone jquery

I have a search in an input that returns the result in ajax, type autocomplete that is working (when I type 3 first digits it shows the results), but when I put this input inside a div "clone" (jquery) it does not search and returns no results ....
asked by 09.12.2016 / 15:03
1
answer

Get service html and display DIV on my site

I have an Ajax function that returns me the html of a service I have exposed, I would like to get this html and put it inside the DIV of a my site. My function is already catching html, however it displayed the html within the DIV would like...
asked by 24.03.2016 / 15:56
2
answers

Check if URL exists

I would like to know how do I validate (if there are) a member's URL's, I am using AngularJS , AJAX and http requests however I can get the status of a URL that I created in a mock, but I can not check a URL if it is external...
asked by 17.04.2016 / 16:08
2
answers

Hide or delete table row when deleting the record

I have a table that displays a list of clients and has a fluff next to it to delete each client. I want to do this deletion via ajax, how do I make the line that is deleted from the client disappear without having to refresh the page? Note: I...
asked by 22.09.2016 / 21:04
1
answer

Error sending Ajax data to script in PHP

I'm trying to get an email through an input, transmit to the server through Ajax, and server side has a script that uses the PHPMailer class to send an email, and the PHP code without receiving variable works, so the error probably in Ajax HT...
asked by 27.05.2016 / 06:03
1
answer

Capture Script Opening Time

Hello, everyone. I'm trying to create a project, whose function is to identify how long the page is open (ie if it's been 1 or 2 minutes open). When it is closed, save the time information in the database. However, I'm a denial with javasc...
asked by 18.02.2016 / 22:29
3
answers

Send variables to PHP via Ajax - undefined variables

I'm trying to send data from one PHP file to another via Ajax, but the variables are going undefined (in the alert, it displays: "Notice: Undefined variable:"). A brief description of the structure used (maybe this will influence the error):...
asked by 06.01.2016 / 15:23
1
answer

Ajax does not return to view using find ()

Hello, I'm creating an ajax but if I use find to return in the desired div it does not return success: function (ret) { if (ret == "sucesso") { $(this).find(".msg-envio").html("<p class='msg-sucesso'>Orçamento...
asked by 05.01.2016 / 18:24
1
answer

Execute php file with javascript [closed]

Hello I need to run a php page, I just want to send the par par that I can do a basic function but I'm not doing this with javascript. <script type="text/javascript"> function removemen(id){ load('functions/atumensainbox.php?...
asked by 03.09.2016 / 20:48
2
answers

Problems making an ajax request

I have a request problem When I click on the save button it does 1 request or it is saved 1 time in the bank if it clicks again it does 2 in one time saving 2 times in the bank clicking again it does 3 in one time saving 3 times in the databa...
asked by 10.03.2016 / 21:24