Questions tagged as 'ajax'

1
answer

Problem input file Ajax-Upload loads 2 times

I have the following problem I am uploading files with the Ajax-Upload library, but when I upload the file it is lifted again, the file is saved on my server, but the window is raised again What can this problem be caused? In the jsfiddle place...
asked by 04.09.2018 / 16:31
0
answers

as I do a search engine that finds a div

I have the search engine of my website but only search in an address, example www.mipagina.com/search, I can not modify this ... I have a div that takes images and text inside, and I need to create a search engine that can I find it and show the...
asked by 28.08.2018 / 05:34
0
answers

animate changes found in ajax angularjs result

Currently I work the insertions and deletions of registration with ajax in the following way: 1.- I consult all the records that I have and I keep them in $scope.data . 2.- Insert record in base de datos and execute step 1....
asked by 13.08.2018 / 02:20
1
answer

two or more graphics in real time highcharts

I'm looking for help with some graphics in real time with highcharts. There are more than two graphs on the same page. The error is that I get both points on the same graph. <!-- 1grafico --> <div class="container" id="container" name...
asked by 13.08.2018 / 18:50
0
answers

List checkbox from database using php and ajax

I need to show a checkbox listing from a database with ajax. I have an example that lists a select with data from the database but I can not find a way to modify it to show the checkbox . The form: <form role="form" id="agre...
asked by 31.08.2018 / 05:37
2
answers

Problem with AJAX

I'm working on a code, but I'm taking tests to be able to load information from the database into two fields, from the selection of a select. The problem is that when executing the ajax it shows the error. Now execute the code where the query is...
asked by 31.08.2018 / 21:11
1
answer

Countdown with DataTables

I have the following problem. I have a function that counts down. At the moment, I have it static, but the value will come from a query to the bd to calculate today's date and compare it with the date to subtract. This is the function: functio...
asked by 15.08.2018 / 03:57
0
answers

Notice: Undefined index when sending arrays by ajax

something strange happens to me, I used the same code in another part of my project and it works perfectly but when passing array by ajax I am receiving "notice Undefined index" I have used different variants that I have found to pass arrays cor...
asked by 23.08.2018 / 04:56
2
answers

Send two variables with AJAX to update query

I am generating a table by divs, some filters with some selects. At the moment I can decide how many records I want to show, but I have to send more variables, for example the select that I ordered by price. I show the AJAX that I have, if someo...
asked by 03.08.2018 / 09:07
2
answers

How to send input values type "hidden" ajax?

The question is the following one, I am elaborating a project of degree I am doing sending of values stored in "hidden" inputs, but as they are different forms I want to try to make a single shipment, which sends me only the data of the form of...
asked by 02.09.2018 / 19:42