Questions tagged as 'ajax'

1
answer

Select table row contents

Do you speak well? I have an HTML application, PHP, Jquery, bootstrap and on the same screen I have two tables the first of clients I bring via AJAX when I type the client name in the "search" field, this returns me a table with name, cpf and...
asked by 18.09.2018 / 20:06
1
answer

Show modal only if there is an active session

When someone registers your name and email I create a session and render the page with the name of who registered, but I can not understand how I do it so that the time I render the page again appears a modal . views.py: from django.sho...
asked by 19.09.2018 / 16:04
2
answers

How to keep the presentation of modal data

I developed a screen that shows the benefits granted to the citizen, a social assistance system, follow the view: <!--onblur ="validaNomeCidadaoGeral('dcbe_usu_codigo','dcbe_usu_nome','dcbealert_usu_nome')" --> <div class="conteudo" &...
asked by 12.09.2018 / 20:29
0
answers

Upload multiple Jquery, Ajax and retrieve data with PHP

I have this code: html and JS But when trying to get the data on the other side: var_dump($_POST); var_dump($_FILES); In the case of $_POST it returns the values in array, but the images do not return anything. And if I tr...
asked by 12.09.2018 / 17:10
0
answers

Force update of the checkout page woocomerce

Hi. My store does not update the order value when I change payment method ... How can I force this update in PHP functions or jquery script / ajax etc ? woocomerce updates the page in ajax , but this does not work correctly if I use rebat...
asked by 10.09.2018 / 13:21
1
answer

php - login session with ajax and php

I'm having a login problem with php and ajax. I have registered a user and password in the database with columns: PROBLEMTHATALWAYSAPPEARS=USERSANDWRONGPENNIES...ANDICANNOTSEEWHEREIERRED,THEBANK'SINFORMATIONISSURE.IAMMAKINGALLLOCAL..IFYOUCAN...
asked by 20.10.2018 / 22:34
1
answer

How to make multiple HTTP requests within a loop with JS

What I am trying to do is: I need to send a request where an ID should be returned, once I retrieve this ID, I trigger another request that finally registers the data on the server. This processing must be done in a repetition structure that ite...
asked by 20.10.2018 / 22:27
0
answers

Doubt - Send Ajax in Checkbox Click (Perfomance, Network)

I have a table in a view, which lists the modules, with each module and each user, and a checkbox that indicates whether the user has access to the module, and I want in the action of changing the checkbox to do the following ajax: $(document)...
asked by 13.09.2018 / 14:39
0
answers

Popular select option based on choice of another select option

Hello, I'm popping a select option using useBean . <jsp:useBean id=“catDAO” class=“contas.categoria.CategoriaDAO”/> <c:forEach var=“categoria” items="${categoriaDAO.lista}"> <option value="${categoria.idcategor...
asked by 06.09.2018 / 16:52
0
answers

How to get modal bootstrap data and send to PHP

I need to get Modal form data via Ajax My code: var url = 'fotovisita.php'; var data = $('#foto').serialize(); var type = "POST"; $(document).on('click', '#save-foto', function () { $.ajax({ url: url, method: 'POST',...
asked by 06.09.2018 / 17:18