Questions tagged as 'ajax'

1
answer

Display a loader until all the ajax requests are uploaded

I have to show a loader on a page that shows graphs and I need to show the loader until they do not load all. The problem is that the loader is displayed in a very short time and is hidden before they load all the contents. The code is as...
asked by 16.01.2017 / 15:22
2
answers

I can not upload Image with AJAX

I have a HTML Form so I can update the profile image of the users by my own. I have the AJAX that sends the image via POST to PHP and in turn PHP uploads it to the server. The problem is that, although the form allows me to choose the file, w...
asked by 24.01.2017 / 18:08
1
answer

Solution ajax function [closed]

I need to register data with ajax, jquery and php, on each page.php I have the following code: <script> function registrar(){ var nombre=document.getElementById("nombre").value var ap=document....
asked by 12.11.2016 / 08:08
0
answers

Post file and data. AJAX - FLASK

My doubt arises as a result of wanting to send a file with data (everything from a form ) to flask to be stored in a directory. This, I could achieve it in a "separate" way. I wanted to know if there was any way to nest these solution...
asked by 22.10.2016 / 17:48
1
answer

Hide WebMethod in the browser

I'm creating a web application with C# , ASP.NET , AJAX and JavaScript , I'm using a WebService and everything works fine, the problem is that I uploaded the application to the server to test and to open the brows...
asked by 06.09.2016 / 16:36
1
answer

Show view with variable content mvc [closed]

Good day I need help in the following, I am working with mvc I want to have a news section and when I click on "Read more" I load a partial view but on another page, which content is variable according to the link that I select, I have tried to...
asked by 01.07.2016 / 16:25
1
answer

Make an ajax request if another ajax request was successful

How can I do so that when an AJAX response enters into the success, execute another ajax method? Currently I only run the most external AJAX method and the AJAX more internal does not execute it, this is my AJAX code. $.ajax({ type: 'POST...
asked by 14.06.2016 / 18:50
0
answers

Add modal to Rails and devise [closed]

Greetings people, how can I add a modal to the login form part in rails 4? I have devise installed and I need a modal to be displayed when the user clicks on the login option of the site     
asked by 05.05.2016 / 17:42
1
answer

Problem with AJAX result in a required jQuery rule Validate

I have an incident with an answer that I have in an AJAX, all this within a depends of a rule required in a JS with jQuery Validate for the validation of a form. I leave the code that I am running: $('#form').validate({ ig...
asked by 17.03.2016 / 12:59
3
answers

problem with ajax and php

my question is: I am sending data through ajax to the server, for that I have a bit of code in php and js. but what happens is that when the data is correct it sends me to the php screen telling me that they are correct but it does not show me t...
asked by 28.02.2018 / 00:08