Questions tagged as 'ajax'

0
answers

Drag & Drop AJAX

I have the following codes INDEX.PHP <section class="content"> <div class="row"> <div class="col-md-6"> <div class="panel panel-default">...
asked by 24.08.2016 / 21:21
4
answers

Request with ajax [closed]

On my system I have an e-mail module I send it through ajax. sending to approximately 300 people on the same request. The uolhost server supports sending 150 / hour so when I send 150 I give the php sleep command (1hour) and the ajax keeps wa...
asked by 13.10.2016 / 15:15
1
answer

Remove ajax log without refresh

I have a code in ajax to remove rows from a table, but to delete, I have to click the delete button and give an f5 so that the record is deleted in the current code. I tried to do some forms presented in some posts here, but I could not get them...
asked by 30.09.2016 / 22:23
0
answers

JQuery - Update listing by ajax

I have an ajax which is called in 10 seconds by a setInterval, it gets a json and when I delete an item from json I need the item to add the ajax listing as well, the code to remove the item from the listing is $( "#item" + data.data[i].item...
asked by 17.08.2016 / 15:11
1
answer

How to create a session on a PHP server to log in to a separate application (HTML + JS) using Ajax?

I am doing a hybrid app with Phonegap (using only HTML5, CSS and JS - jQuery and JQuery Mobile). For this, I have the application itself, which can not use PHP, and a server apart that takes care of things like login. There is also a database....
asked by 14.09.2016 / 15:20
0
answers

Jquery ajax does not work on mobile device only works on desktop version

In the following situation, my login form is working perfectly on the desktop version, I went to test on android and on ios it does not work and does not give an error in the console ... just wait for the api .. my javascript file $(function()...
asked by 06.08.2016 / 01:37
1
answer

Ajax returning HTML next to Json

Hello, I'm trying to fill in input data with the result of a search in the database using what I've typed before as a filter. ex: User type customer code and when you focus the input, all fields (name, phone, address) are already filled in...
asked by 06.09.2016 / 17:00
3
answers

Javascript start the code from a certain line

I have a code that runs through an .ofx file for reading its markup. However, the .ofx code has a header that makes it impossible to read (that is, for the javascript code to work I have to remove the header manually). Is there any way to set th...
asked by 31.07.2016 / 00:33
2
answers

How to lock submission through an ajax request by a bind () button event

The ajax request, returns me "1" or "0". Every time I click the forward button, however, it is not blocking the submission. How do I validate the values, if I have a "0" answer, it should block the submission method: DDWFrontEnd = function() {...
asked by 17.06.2016 / 00:13
1
answer

Update JSP Excerpt via Servlet

I have the following case: I have an index.jsp file, which has the structure below: <jsp:include page="templates/header.jspf"/> <div id="view"> <jsp:include page="home.jspf"/> </div> <jsp:include page="templates/f...
asked by 20.06.2016 / 19:05