Questions tagged as 'ajax'

0
answers

Upload and display on-screen loop-time with PHP, Jquery, AJAX, javascript

I want to upload an array and at the same time I want to show each file that has been "upado" in a loop, at runtime of the loop, so that the page can not refresh, then load the files on the screen. I'm looking for not only a way to do this, but...
asked by 20.03.2018 / 20:39
0
answers

Increase SESSION lifetime in PHP

I built an API using PHP to use it with Applications. When I exit the application (without my closing or logging out) after a while, the session expires, making application activity inaccessible and returning errors. How do I stop this SES...
asked by 09.03.2018 / 19:18
0
answers

Write an array with a loop in the bank with ajax and php

I would like the help of you to insert into the bank with ajax, being that I have to do 3 insert, in 3 tables in the bank. There are several questions in a single insert, so it's an array. The answers pertaining to each question are also an arra...
asked by 14.03.2018 / 20:56
1
answer

Alert via jQuery not working as planned

I need a help! I'm developing a web project, and in it I call jQuery a WCF SOAP test, pretty simple, on a button, and it returns an alert with a value. It's working, but not the way I want it. On the first click nothing appears, the second ap...
asked by 06.03.2018 / 15:10
2
answers

Insert content from an HTML file into a DIV - jQuery / Ajax

I'm doing a GED system here for the company where I work (very simple, just to organize better). I'm developing the screens first, then connecting to the DB and making things work. I have a menu that is left with the links to navigate be...
asked by 07.03.2018 / 15:03
2
answers

External URL request Ajax

I'm having the following problem, I implemented the code, to get RSS blog info, however I'm not getting url accessing critiquing error 401, when I place local file it works normally. var ajax = new XMLHttpRequest(); ajax.onreadystatechang...
asked by 07.03.2018 / 13:24
1
answer

Insert data from multiple forms without refresh with ajax php

Good morning! I'm having trouble with an application, which happens; 1 - I have this guy who gets the product name and shows my list: var req; function buscarProd(valor) { if (window.XMLHttpRequest) { req = new XMLHttpRequest(); } else i...
asked by 06.03.2018 / 07:37
0
answers

While inside the for loop

I put only the relevant parts of the code, so I do not saturate them with a code with more than 3,000 lines, ok? Next ... I have some error (s) in the code below: activate_pabxvirtual.php file: <script src="https://ajax.googleapis.com...
asked by 06.03.2018 / 04:06
0
answers

Ajax GET Autocomplete Problem

I have the following function, which does a GET for my API: function filmeBusca() { var prefixo = $('#buscaFilme').val(); $("[id$=buscaFilme]").autocomplete({ source: function (request, response) {...
asked by 01.03.2018 / 02:41
1
answer

Jquery, append fading

Good afternoon! My Jquery is adding the results obtained via ajax and they are disappearing. What could be happening? And how to solve? Thanks var _urlSearchInput; var _urlSearch; $('#vai').click(function(){ _urlSearchInput = $('#campo-...
asked by 26.02.2018 / 17:32