Questions tagged as 'ajax'

1
answer

Javascript counter to call ajax function

I'm starting with JavaScript and Ajax and I need a little help pls. I have two Ajax functions that load HTML to an assigned div, inside there is a second counter that refreshes the Ajax function (it works!) But when I give the button to pass to...
asked by 26.10.2017 / 04:18
1
answer

Problem with dynamic selector undefined

Hi, I have a problem with my dynamic selector, it works correctly, except that it does not show me the values in the second select, I think the problem is in the java script code when printing the value in each select since I iterates correctly...
asked by 03.11.2017 / 02:33
1
answer

Problem with Ajax.BeginForm within a Bootstrap accordion

At the time of adding the Ajax.BeginForm inside the for it stops working the accordion that contains them. <div class="panel-group" id="accordion"> <!----> @for (int i = 1; i < 7; i+...
asked by 30.10.2017 / 19:48
1
answer

How to do a Load with jQuery and Ajax for a DIV?

Hello good afternoon I have this code but I know how to make the Div actulize with your example ID this div is to see the data in the .php file <div id="album_paint_content"></div> and these images in ID have the post that I wa...
asked by 24.10.2017 / 23:50
0
answers

Why is my function with headers in ajax not executed?

I have problems connecting to a webservice, I have managed to connect with php but I do not need to do it with ajax but I can not move forward, I have realized that the token is never sent, only the OPTIONS request is executed but not the POST,...
asked by 20.10.2017 / 23:50
1
answer

Edit does not show the data in the input and select Django

Again here, I am now locked with the edit, I am sending the form with the model to the model but the input does not take the values, I have the name with the same name as in the model and nothing, I I have guided this example link , the modal t...
asked by 19.10.2017 / 17:01
1
answer

perform query with ajax and show in input text

I want to get a value from a table through a query. I get the result but in a DIV , I want it in a text box. Index.php <html> <head> <title>Ejemplo sencillo de AJAX</title> <script src="https://code.jquery.c...
asked by 19.10.2017 / 00:49
0
answers

Upload data with Ajax to fullcalendar

I am working with a Jquery Plugin called FullCalendar and I intend to send the events from an ajax call but I am super novice with it, I have the following code: HTML: <div id='calendar'></div> JavaScript: $(document).ready...
asked by 18.10.2017 / 21:48
0
answers

how to nest 2 records of the same table

Hi, I have a query, I have a table of courses where cod_curso, cod_ramo, section and name. what I have is a search engine (autocomplete) of the name of the course that is good for me, but what I need at the time of finding the course I enable al...
asked by 23.10.2017 / 22:01
2
answers

Get first value of an array in javascript

<script src="http://code.jquery.com/jquery-2.1.0.min.js"> </script> <script> var coordenadas; function testAjax() { $.ajax({ url: 'https://dev.datos.ua.es/uapi/5QGUfP3UM6j5VXERjKvU/datasets/11/data',...
asked by 15.10.2017 / 19:29