Questions tagged as 'ajax'

2
answers

Get values from a table - jquery - ajax

How can I go through the rows of an HTML table and get the values of a cell with a button? I am making an application in php and I need to send some data obtained from a table through ajax to another php file. I have already obtained the value...
asked by 21.03.2018 / 23:02
1
answer

Django forms interactive

I am using Python3.5 Django 1.11 as a backend for an apache server in red hat. Currently it has been put into production and works without problems. We are now seeing the need for future use of FORMS in the pages but with the priority of bein...
asked by 08.03.2018 / 14:20
1
answer

How can I make queries with ajax webservice? [closed]

How about everyone? I'm working on a project, where the backend should be done with Django and the frontend with HTML, but for these two to communicate I have to use ajax webservice and that's something I do not know :( If you could give me a ha...
asked by 16.03.2018 / 02:43
2
answers

How to display json data in HTML

My problem is this, I need to print the data of a json in HTML, what I need to do is have a search input by ID or identification number, and that by pressing search I will show in a form the data that match with that number to be able to edit th...
asked by 16.03.2018 / 07:28
1
answer

Javascript button to get a Trello token

I'm trying to get my trek token by using this javascript function that is executed when a button is pressed, picks up a key, calls the treble api to get a token and then sends the apikey and the token. By including Trello's call to the api I sto...
asked by 11.03.2018 / 12:58
1
answer

Error Connecting to MySQL with PHP and AJAX Requests

I am in a dilemma, so far the code has worked in such a way that it does not return anything and when I return the information to execute the connection and the SQL statement returns null spaces to me. <?php require_once "../../clases...
asked by 19.03.2018 / 01:12
1
answer

ajax dependent input of combo in different rows

I have the following case to solve: In a table, where I add separate rows using the "Add" button, I have a combobox that brings data from the database and I need the input price_service to be automatically completed depending on the option...
asked by 14.02.2018 / 14:24
1
answer

helps to capture data with $ (this) .val ();

I have this code. $.post("tipo_documentos/llenar_combo",{accion:''},function(data){ $("#documento").append(new Option('Seleccione','')); for (i = 0; i < data.length; i++) { $("#documento").append(new Option(data[i][1],data[i...
asked by 09.02.2018 / 15:44
1
answer

Show ajax result

Good morning, I have the following doubt. I'm taking the first steps with javascript and I'm doing a query using ajax and I have the following problem with the code. $(document).ready(function(){ $(document).on('change','#organica',functio...
asked by 01.02.2018 / 23:04
3
answers

Load different files with .load ()

What I want to achieve is by js - jquery and / or ajax generate a switch similar to PHP using buttons in <nav . That is: $(document).ready(function(){ $(".click").click(function(){...
asked by 03.02.2018 / 01:28