Questions tagged as 'jquery'

1
answer

Delete mysql data from Jquery

Colleagues, I have a code snippet where clicking the Add fields button, I can add and send to the database. Inthepreview,I'mbringingthedataasfollows:<?php$sql=mysqli_query($this->conexao,"SELECT * FROM produtos WHERE IDProdutos =...
asked by 06.04.2017 / 23:46
1
answer

Load data from a list of a method in the servlet

Good afternoon person! I have this method in the servlet that returns a list of values. How do I load the values it has with jquery? @WebServlet({"/ControleMovEstoque","/template/buscaMaterialExist.html","/template/cadEntradaEstq.html"}) publi...
asked by 31.03.2017 / 21:40
3
answers

Calculate values within all inputs with class = 'quant'

I have a function that dynamically inserts inputs into a div making it possible to create a list of purchases, tasks, or what the imagination allows, it also has a button that removes the item that does not want more, like an ALL , I would like...
asked by 07.04.2017 / 20:52
2
answers

How not to accumulate effects in Hide and Show

By clicking on the Fade button the div disappears, and then clicking on the UnFade button causes the div to reappear. So good. If you then click the Fade button again, the div disappears, appears and disappears again. If you then click the...
asked by 08.04.2017 / 04:30
3
answers

Send data from a html table to php

Hello I have a table <table> <thead> <th>Codigo</th> <th>Nome</th> </thead> <tr>'insira o código aqui' <td>1</td> <td>Carlos</td> </tr>...
asked by 07.03.2017 / 00:56
2
answers

Return Jquery data inside Input

I have the following HTML <select id="id_cliente"> <option value="1">CLIENTE 1</option> <option value="2">CLIENTE 2</option> <option value="3">CLIENTE 3</option> </select> I have t...
asked by 22.05.2017 / 20:25
1
answer

Problem loading jquery load [closed]

I'm having trouble loading these values into the jquery load. Follow the code. Javascript: $('.buscando').click(function(){ var id = document.getElementById('campo1').value; $("#cliente1").load('/wbahd/servico_...
asked by 19.05.2017 / 03:46
1
answer

JQuery, total table

I am not able to generate an overall total of my table, in each row I have the quantity and price. I need to generate the total value. The current logic is reading all the rows of the table and accumulating the total of the rows. The problem...
asked by 15.04.2017 / 06:17
3
answers

Paste data attr from DataTables / jQuery element

I'm developing a project in PHP, MySQL, jQuery and CSS, and I came across the following bug (in quotation marks because it's not a bug in fact) using the dataTables + bootstrap + ajax plugin: First a table with some data is loaded, and when a...
asked by 13.04.2017 / 15:45
1
answer

Problems with $ .get and PHP

Gelera I'm beating myself a little bit to find out what's happening with a code I've assembled. I have a loop that downloads .csv files from a specific server to my server. There are 9 files. After completing the downloads I need to delet...
asked by 21.02.2017 / 14:37