Questions tagged as 'ajax'

1
answer

.unload () function - jQuery

I make two ajax requests for an external file from which to add and remove products, but this is not very relevant to this issue. I wanted every time the page was updated, the removeCartaotoCart function was triggered so that depending on...
asked by 09.09.2017 / 15:37
0
answers

correct sql query does not work in php

I have a query, where this query works perfectly in mysql workbench, however in php it does not work. $dados = explode("-",$ids); $sql = "SELECT prt_produto_item.nome as nome_item, prt_produto_item.q...
asked by 24.07.2017 / 19:19
0
answers

How do I search the information for this autocomplete

<?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java...
asked by 05.06.2017 / 05:21
1
answer

How to load graphicImage image primefaces into different component

My idea at the beginning is as follows: I have a p:dialog header="Foto Funcionário" widgetVar="dlg" resizable="false" component, where I capture my image and cut, as soon as this image is cropped, I would like it to be loaded automatic...
asked by 23.06.2017 / 18:45
0
answers

Problems with AJAX

I'm trying to delete a photo with ajax. I was able to collect the data (location of the photo) and now I was trying to receive the same location with another .php file. What is failing me is this same "transfer". I think I did everything r...
asked by 28.06.2017 / 16:47
2
answers

PDF Upload by ajax

I have a form with several input text and 1 input file (where I send a PDF file). If I send by ajax it does not send the "FILE", I tried sending it without ajax, just by submit, and it worked. The question is even in the ajax submission. I did s...
asked by 07.06.2017 / 20:33
1
answer

Passing data from a table to a modal Laravel and Ajax

I have a table that brings up my results from a search via Ajax . But I need to open a modal with more details about the table items, but I can not pass the data to the modal. Here is the code: Content of my Query Controller public funct...
asked by 29.03.2017 / 20:27
0
answers

SEO, How likely is Googlebot to read this Rich Snippets code?

What are the chances that Googlebot will read this Rich Snippets ? Tips on how to improve are welcome ... I can only use Front-END , otherwise I would have used PHP to resolve this. <script type="text/javascript" src="https://co...
asked by 06.10.2017 / 15:33
0
answers

Pass value from href jquery to Spring MVC

Good afternoon, I'm having trouble passing an id that is in the jquery href to the Spring MVC controller update method. Can anybody help me. Thank you. $.ajax({ url : "listAllForum", dataType : 'json', success : functio...
asked by 04.04.2017 / 19:35
0
answers

Doubt: Web Sockets and how to use

I was seeing this question link So I did not read the answer on nodeJS and I researched, but I did not understand much. How to apply this technology (nodeJS)? I am developing a site in php / jquery and in it I have administrative panel wit...
asked by 07.04.2017 / 06:07