Questions tagged as 'ajax'

0
answers

Webslesson CRUD with PDO, Ajax and dataTable - Does not add data in Mysql after column addition in table

Hello! I'm following a CRUD tutorial with PDO, Ajax and Modal Bootstrap for implementation in a project. My database has 2 tables ( users ) and ( type_ps ). The users table has the following structure: CREATE TABLE 'users' ( 'id' int...
asked by 20.07.2018 / 04:07
1
answer

Python WebDriver Selenium does not find the item on the page after loading

I'm having a problem fetching an item from within a page, this item loads after loading the page via ajax or iframe , is there any way to to create a condition for the script to wait until the item appears? To exemplify my problem I did th...
asked by 13.07.2018 / 13:52
0
answers

Error sending large email volume with GMail and PHPMailer account

We have a script for sending emails, which can be few or many, depends on the need of the staff of our RH , I am not able to solve the problem and satisfactorily treat the error message that is being presented and not exactly how to do it...
asked by 09.07.2018 / 13:50
0
answers

Save canvas image with filters

I add image filters to the canvas, but I have to save the image to the database and when I make the image saved without the filters, save the original. My database is connecting through Ajax and I do not know how to link the filters with DB.   ...
asked by 09.07.2018 / 18:08
0
answers

How to send the function return that fetches the data from my xml to an input via ajax / jquery?

try { XmlDocument xmldoc = new XmlDocument(); XmlReader reader = new XmlTextReader(Stream.Null);//Stream reader.MoveToContent(); reader.ReadToFollowing("cNF");...
asked by 18.07.2018 / 03:23
0
answers

AJAX information arrival problem

I have the problem with ajax request. I can send the information, but when it arrives on the other page the message    [object HTMLInputElement] I can not understand. Did he send an object? // função que recebe o evento do javascript on...
asked by 09.07.2018 / 21:42
2
answers

Reload the main script when completing ajax request

I'm developing an application where I have some views that are loaded into my <section id="view"> via ajax. The view loads normally, but functions that have been programmed with jQuery for all inputs, for example, do not work. As...
asked by 03.02.2018 / 04:51
1
answer

How to create a request via GET

This attribute below is working with href , and directing me to the page you want. <a href="prod_detalhe_5.php?codigo=<?php echo $res['codigo']; ?>"> <img src="img_produtos/<?php echo $res['img01']; ?>" /> </a&g...
asked by 07.07.2018 / 15:01
0
answers

After Ajax Function, refresh the page

I have this function, and I would like it to work everything ok, I would like you to refresh the page, but it does not always update, function GravarDados() { var dataInicio = $("#txtDataInicio").val(); var dataFim = $("#txtDataFi...
asked by 04.07.2018 / 17:03
0
answers

Search ajax with laravel 5.6 and jquery [closed]

I'm having trouble running a ajax search with laravel, it follows the ajax code of my view: $(document).ready(function () { $('#enviarForm').click(function (e) { e.preventDefault(); var form = $('#filtro').serialize(); $.ajaxS...
asked by 04.07.2018 / 18:12