Questions tagged as 'ajax'

0
answers

Registration entry with Ajax to bd

Hello good morning to all I hope you can help me, the question is that I am doing a control panel using ajax, the client entered it into 4 different tables and in the 4 tables it enters double the record. Thank you in advance. I leave the cod...
asked by 20.06.2017 / 21:12
1
answer

Ajax "fail" function does not read reply Json

Depending on whether the form is valid or not, " success " or " some errors " should appear in a div with id="results" . The problem arises when the form is not valid. In the " fail " Ajax function, only the " alert " is executed an...
asked by 13.06.2017 / 18:27
0
answers

doubt with action result

I have a form that by necessity has to be divided into 2 since the first part varies for some users and the second one may or may not vary, when dividing the form my first problem was that I could not validate the whole model because I was divid...
asked by 13.06.2017 / 07:13
1
answer

Div container just keep the last div and do not accumulate

The JS I use fills the div class .ajax-file-upload-container is filled with another div <div class="ajax-file-upload-statusbar" style="display: none; width: 420px;"> and while it is still selected with the file eleme...
asked by 21.06.2017 / 17:20
1
answer

Select code in dropdown and show description in TextBox JSON

Good morning, I have a small problem to show data results of a project. On the one hand I have a table in Mysql called WORKS, with the fields CODE and DESCRIPTION. In HTML, I have a dropdown list with search engine, in which all the cod...
asked by 05.06.2017 / 16:32
0
answers

Error with a Chat in a Modal preserves the previous queries

Before Hello I have this code for a chat and what happens is that every time I open a new chat retains the previous ones I have already searched for the error but I do not see it if there is someone who can see help. CODE BOTTON <a...
asked by 06.06.2017 / 20:10
0
answers

Define doPost method, doubt with the action method

As I can do a doPost method correctly, I want to declare an ajax request to return a name, a sum and a product with servlets, I get an error when declaring the else, my files are index.jsp <%@ page language="java" contentType="text/htm...
asked by 05.06.2017 / 00:09
2
answers

Highcharts and ajax

I'm trying to create a graphic with highcharts from some data that I get with ajax by json . This is my .js : function graficoData (data) { $('#chart1').highcharts({ chart: { type: 'column' }, title: { text: 'E...
asked by 25.06.2017 / 20:03
1
answer

When updating a Div with jQuery or Ajax the components stop working

I'm using a template that I found on the internet, when I click on a menu option I update the main content by Ajax but when I want to get a div or open a datepicker , or any other functionality of jquery , it is no lon...
asked by 12.06.2017 / 04:44
1
answer

Error wanting to populate ModalPopupExtender with GridView data

I'm trying to edit the data in a row of GridView which, fill in a database in Access , I'm just starting to use Ajax and Asp.Net . This is the button with which I send a call to panel : <asp:TemplateFi...
asked by 02.06.2017 / 21:14