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...
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...
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....
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...
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...
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...
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...
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
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...
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...