Questions tagged as 'ajax'

0
answers

Flip plugin and javascript functions do not work after AJAX response

I'm using the Flip plugin to create a div for each MySQL table record and bring the results via AJAX, on the front div I show the name and on the back div I show some information. This is my code: index.html <div class="result"><...
asked by 04.08.2018 / 00:10
0
answers

Shopping Cart problem AJAX, does not make the request

I ATTEMPT TO ADD TO MY SHOPPING CART AN ARTICLE BUT WHEN IT SEEMS NOT TO PERFORM THE AJAX REQUEST THE VALUE OF EACH INPUT IF OBTAINED BUT THE MEMORY OF SENDING INFORMATION TO THE .PHP BY AJAX DOES NOT WORK //SECCION HTML...
asked by 04.08.2018 / 02:24
1
answer

Return variables to success of ajax request

I am trying to return variables within the success of an ajax request to validate that "such a thing" was done within the system, in this case not to let it advance until it adds elements to a list. $("#saveList").on(\'submit\',(function(e) {...
asked by 28.07.2018 / 22:50
1
answer

Problems loading second page in front of my DataTables

In my DataTable I have as functionality to edit the table by clicking on the field (in the style of phpmyadmin) and in turn a button that performs a function . It must be said that my DataTables has the basic configuration to show the 10-in...
asked by 28.07.2018 / 18:12
1
answer

doubt with answer with ajax

We have the following validation with ajax, the idea is to perform a validation of a field with a table. through the following function I send the parameters function val_tipo_venta(c_almacen,c_tipo_venta){ ajax=nuevoAjax(); ajax.open(...
asked by 01.08.2018 / 19:24
0
answers

ajaxcontroltoolkit dll for framework 3.5

They know where I can download the ajaxControlToolkit dll for the 3.5 version of the framework, (I already look in many pages and nothing) I need it to correct the following error:    Error 208 Assembly 'AjaxControlToolkit, Version = 4.1.7.12...
asked by 03.08.2018 / 01:32
0
answers

PHP Ajax shows no results (CLOSED)

I need help with my php code, I do not know if I'm doing it right but ... I have this script: $('#procesaPedido').on('click', function() { var storage = {}; for ( var i = 0, len = localStorage.length; i < len; ++i ) {...
asked by 23.07.2018 / 18:58
0
answers

Error when doing server data with AJAX

Good morning to the whole community. I'm trying to make a real-time search engine for products, but by the time the browser makes the AJAX request in the keyup event, this happens: I copied all the HTML back into the DIV...
asked by 23.07.2018 / 18:27
0
answers

How to fill in a Chart Donut Chart through Ajax in ASP.NET WEBFORM

What I want is to fill the donut chart with the value but I do not know how to put in the function of the donut chart to pull the data from the web service and show me the data along with the graph I had never filled a graph wi...
asked by 31.07.2018 / 10:12
0
answers

Why is a loop created when I return the focus when I receive the ajax?

Here I have the code of the function that runs when the ajax is successful: function existe_usuario_o_no(registo) { if (registo.booleano) { alert(registo.mensaje); $(".usuario").val(""); $("#tr_oculto").hide();...
asked by 25.07.2018 / 02:51