Questions tagged as 'ajax'

3
answers

Ajax code is not working [closed]

I'm starting in ajax and I've had trouble understanding the error you're experiencing in this example. I click the button and no action is taken. HTML: <html> <head> <script src="https://ajax.googleapis.c...
asked by 07.09.2016 / 00:16
1
answer

Pages with content loaded dynamically by angular has problem with indexing in Google?

I have a page today that is already in production and accessible to anyone by Google where their content is fully loaded from the Server and rendered. I've upgraded to it and now your content will be loaded and manipulated via ANGULAR + AJAX...
asked by 27.09.2016 / 21:36
0
answers

Form duplicate using ajax

Sirs, good afternoon! I have the form where I register my information perfectly. I use Ajax because I upload only one page content after registration, not all of it. It works normal, the problem is if I make a new registration, it duplicates wha...
asked by 24.08.2016 / 20:29
0
answers

Upload without refresh using AJAX?

I have a page HTML and a page in PHP where I get 2 files being one audio and the other an image and some information of the inputs. I would like the moment you post not to redirect to PHP , then open a window, a modal and...
asked by 22.08.2016 / 16:27
1
answer

Problem Deleting Row in SQL Table with Ajax

I have a function, trying to delete a row from my sql table, but nothing has happened. HTML : <span class="action"><a href="#" id="<?php echo $id; ?>" class="delete" title="Delete">Sim</a></span> <scr...
asked by 11.08.2016 / 23:40
2
answers

Enter value in the input text closest to you

Good afternoon guys, I have a problem with my jquery is the following, I will have several forms in one page ... When typing in each "board" field my jquery inserts a value in the next field of the same form. I tried to use the closest ("form...
asked by 21.08.2016 / 22:55
0
answers

List files in directory with ajax

Is it possible to list files in a directory with ajax and php? I did a search but I do not find this combination! $path = "/home/projetoc/public_html/filemanagerarquiv/files/"; $diretorio = dir($path); echo "Lista de Arquivos do diretório...
asked by 15.09.2016 / 15:25
0
answers

Problem with Boostrap clear field FileInput

I have a page with 2 input text and 2 input file When I get the answer from ajax, I clear the entire form as per the code below, but only one field is not cleared the field: <input class="fileUploadAudio" id="fileUploadAudio" name="file...
asked by 24.08.2016 / 18:29
0
answers

Uncaught ReferenceError: function not defined, load via ajax in partial view with ASP.NET MVC

Let's go to the scenario: A view, which contains a form, is loaded via Ajax (load) into a modal (bootstrap) and then this modal is presented. The form is built by the helper @ Ajax.BeginForm where the reference to an "OnSuccessAddEntity" funct...
asked by 08.08.2016 / 18:13
0
answers

Cep ajax virtual republic

I'm trying to fill out the automatic zip using the virtual republic website, but I'm not able to put the code to populate inside my input with ajax. Could someone help me? HMTL: <tr> <td><input t...
asked by 08.08.2016 / 22:27