Questions tagged as 'ajax'

2
answers

Delete tabletr with Ajax and PHP

: <tr> <td><?= $client['name']; ?></td> <td><?= $client['email']; ?></td> <td><?= $client['tell']; ?></ <td class="text-center"><button id="delete...
asked by 18.04.2017 / 22:29
1
answer

Dynamically displaying content from another page

I would like to be able to display various content (from other pages) on a single page for each click on a link or button that the user gives. I know that one of the solutions would be to use AJAX, but the problem is that when I give a refresh...
asked by 19.04.2017 / 01:07
1
answer

jQuery.ajax calls webmethod (c #) with SpeechSynthesizer

I have a javascript method that checks for an unread message. If it exists it displays the image of an envelope. The method executes a jQuery.ajax that calls a WebMethod that returns the amount of unread messages. But now I need to add Spe...
asked by 30.03.2017 / 16:42
0
answers

How to get product data with JavaScript, ajax and PHP

Hello, I'm not able to bring product data to <div id="services"></div> . I noticed that when I remove this part of code ?codsubcategoria='.$res2['nome'].' from <li class="teste"></li> , it brings me...
asked by 15.04.2017 / 07:08
1
answer

Dynamic Combobox Information Filter

I would like to know how to do a dynamic data filter, so only the data related to the selected one appears, for example: I have in my bank the table Empregado and Empresa , as an example I have: Employee 1 (fk_company 1), Work...
asked by 28.03.2017 / 15:12
1
answer

I can not "read" a JSON

I'm working on the FLUIG (TOTVS) tool, and I want to read a JSON that is delivered via REST. Here is a photo of the URL (intranet): Content:{"content":{"Matrícula_RH":"10555","UserDocLanguage":"pt_BR","UserEmailHTML":"true","UserProjects":""...
asked by 28.03.2017 / 13:32
1
answer

ReactJs - How to run AJAX calls?

I'm developing a project in React (the first time I'm working with React ) and I'm having doubts when running calls to the server, either GET or POST . I even managed to perform this task, but in a somewhat "limited"...
asked by 01.04.2017 / 21:10
1
answer

JavaScript date conversion issues

I have a system hosted in UOL where I capture the data through a ajax of my WebService and the dates that are in the database are in the format of DD/MM/AAAA however when I return to the screen ( HTML ) the dates end...
asked by 23.03.2017 / 15:01
1
answer

Delphi - DataSnap Authentication via AJAX

I am now starting to use authentication in DataSnap. I am trying to access methods via AJAX and is returning error 401 - Unauthorized. My request is as follows: $.ajax({ username: login, password: pass, async : false,...
asked by 22.03.2017 / 13:59
0
answers

Function Check initial and final product

Good afternoon, I'm developing an export screen to generate a product report by cycle and drop area. But I need to filter between initial product and final product, in case I have a function to do this query, but it only applies to the initia...
asked by 22.03.2017 / 18:43