Questions tagged as 'ajax'

1
answer

Select filled via ajax when selecting value from another select sending null to php

I have a select that populates another select via ajax, all values are filled correctly, however when saving, it sends null. First select: <select name="clientesel" class="form-control js-example-basic-multiple" id="clientesel" >...
asked by 21.12.2016 / 18:17
1
answer

Date arriving incorrect

I have the following problem here: I have a request that I make through ajax, and I send a date for it, java receives and saves it in the database, but the date that arrives in java is different from the one I sent. Follow the codes: Home Ajax r...
asked by 21.12.2016 / 22:10
1
answer

Problems with Jquery load and append when loading another php page

If possible, help me, I have the following problem. When clicking on the menu that is the reference id for my jquery it loads the page with only several clicks on the menu and when it appears I click the page again again. I used two different...
asked by 16.01.2017 / 23:44
1
answer

Open responseText on a new page

Is there any way to open responseText directly in a new window? I explain: The code I use sends data to a PHP file that returns N messages. If I do the following alert(event.target.responseText); it returns me in the alert retur...
asked by 28.11.2016 / 16:59
1
answer

AjaxPro not accessible in IIS

I have a simple application with WebForms, I have created some methods that I will access through Ajax via AjaxPro DLL. I used the [AjaxPro.AjaxNamespace("Teste")] attribute on the class and the [AjaxPro.AjaxMethod] on the metho...
asked by 16.11.2016 / 18:13
0
answers

Request in real time with ajax

I need to update some information in real time, I did some research here on stackoverflow and found a very good post but I could not make it work. The posting explained the following: Ajax notifies you if there is a change or not, if the chan...
asked by 08.11.2016 / 23:28
1
answer

Send Ajax Variant to PHP

I'm having trouble sending an Ajax variable to PHP, the situation is as follows: Using while , all available albums in the database are listed: include './bd/conecta.php'; $sql = "SELECT * FROM album"; $query = mysql_query($sql...
asked by 21.10.2016 / 01:23
0
answers

Ajax only results in the console?

Good afternoon guys, I can get a result in the log, but the div is not passed, my source follows: Index.php var teste; $.ajax({ url: 'conversa.php', type: 'GET', success: function(res) { $("#conversa").html(res)...
asked by 20.10.2016 / 19:49
0
answers

Ajax with phpmyadmin

I have a form that records the data in phpmyadmin, but when the data is sent, the page a reload to php. I've tried ajax, and I have seen that it can help me, but I did not quite understand how to use it and I do not know if it's possible to send...
asked by 18.10.2016 / 18:48
1
answer

Crud with php ajax

I have a table that I want to customize and leave it a full crud, with delete, insert, update and delete multiple records, 1- I wanted to see if I could leave this table compatible with jquery 2.2.0 or a more advanced jquery because it only acce...
asked by 06.12.2016 / 18:15