Questions tagged as 'ajax'

1
answer

Ajax pagination via server

I need to make a pagination via server only via Ajax . Below I'm posting the grid of how I'm doing, but I need to get the dynamic values and I do not know how to do it, follow the grid function drawTable(habilita) { dataTable = $('#tabFi...
asked by 16.05.2014 / 14:43
1
answer

Variable in Ajax request

Code to receive numeroCartao of user via $_Session and show all information about it. And from here I can delete this user via AJAX. In this section of the code I can see the array containing all user data, however in the pro...
asked by 01.07.2014 / 03:08
1
answer

Send select to print with php

I need to dynamically create a table with "n" rows and then send this table to print, but not succeeding, the table construction looks like this: // laço para buscar e-mail e efetuar envio foreach($checkboxes as $id) { // deletando re...
asked by 27.06.2014 / 21:22
1
answer

Updating only a tr with ajax with data returned from mysql

This is the HTML code assuming it has already been processed by PHP. <table width="900" border="0" cellspacing="0" cellpadding="0"> <tr> <td>nome</td> <td>endereço</td> <td>tel</td>...
asked by 21.05.2014 / 03:42
1
answer

Difficulty with AJAX pick up values from nodes

I would like to separate this data with ajax , but I am having difficulty with nodes : <?xml version="1.0" encoding="ISO-8859-1"?> <android_ecs.xml> <node><IAAUTNUM>2089777</IAAUTNUM></node> <...
asked by 17.07.2014 / 16:26
3
answers

Problems with XML request with AJAX

I'm having a problem I made a Javascript code to display via AJAX an XML with a list: My XML looks like this: <?xml version="1.0" encoding="ISO-8859-1"?> <telas> <item> <title>Lorem ipsum</title> <title>Dolo...
asked by 29.01.2014 / 19:43
1
answer

How to delete multiple selected records in a DataTable Bootstrap using JavaScript - Asp.net

In my Index I have a Table (DataTable Bootstrap) that allows me to select as many rows as I want. Datatable rows are loaded dynamically using JS. Each line stores the registry id: ("href=" / cep-manage / remove-cep / '+ full.id ") at the time th...
asked by 28.12.2018 / 20:56
1
answer

Problems with multiple ajax forms on the same page

I'm having a strange problem when I put multiple forms on a single page (in the index case) all have the remote: true parameter created from a loop in my records. The problem is that only the first form works with ajax, the second sends a...
asked by 06.03.2014 / 12:06
1
answer

Search City by State with Ajax and Laravel

I am making an AJAX request, however it is giving an error: undefined Controller <?php namespace App\Http\Controllers; use App\Estado; use App\Http\Requests; use Illuminate\Http\Request; use Illuminate\Support\Facades\Response; class...
asked by 04.01.2019 / 12:24
0
answers

Add a downloadable execution field

Recently I found a code that creates a frame, along with a menu with the option to close the frame. I would like to add a downloadable field, but I have no idea how to do it. I will be grateful for the responses and collaboration of all. Foll...
asked by 04.01.2019 / 00:03