Questions tagged as 'jquery'

1
answer

Get the values of the columns of the row clicked and pass inputs

Here is the function to get the value of the table row, and pass to inputs, if I take the lines that were loaded from the bank not the error but when I insert a new item in the table, then I get the value of 2 column of the line, in the test...
asked by 31.10.2017 / 16:19
0
answers

API with JavaScript (like showing the api data without having to click the link)

I made an image with a link, then when I click on this image the api data goes to the table I created, but it only goes when I click on the image, how can I change it to show as soon as I load the page? p>     
asked by 30.10.2017 / 15:23
0
answers

Ajax load only one page div per Class

With ID I can guess, doing so: $.ajax({ url: "www.teste.com/recuperar-senha #senha", beforeSend: function(){ $('.main').html("<p>Carregando...</p>"); }, success: function(r){ $('.main').html(r);...
asked by 27.10.2017 / 18:56
0
answers

how to recover json php data with ajax

How can I retrieve data coming from a page in php with ajax . because I am getting the result but it is not coming to jquery it does not bring me the values Query code if(isset($_POST['cep'])){ $cep = $_POST['cep'];...
asked by 13.11.2017 / 01:47
0
answers

How do I make objects complete with page scrolling?

I found this site while surfing the internet, and found it an incredible thing that I can not do. I do not really know how to search for something. Does anyone know how I go about completing such objects according to the Scroll of the mou...
asked by 04.11.2017 / 00:30
1
answer

Firebase with Javascript - Get the child's title from the database

Hi, I need to capture the name of the childs 10de2017 and 11de2017 from the following image database: InitiallyItriedthefollowing:vardatasWO=firebase.database().ref().child("WO"); //acesso o primeiro child depois do ref. datasWO.on("c...
asked by 03.11.2017 / 19:17
1
answer

Add subtotal with jquery

Good afternoon, Access this site: conepa.agenciaweblab.com.br/inscricoes Guys, I have a problem, in my cart system, I am getting multiply the value with the amount of each loop, however I am not doing the cart loop with javascript, I am doing...
asked by 04.11.2017 / 18:39
1
answer

Split string into parts with 2 parameters to find

Here is the code that takes the 2 column description of the table var descricao = $(elemento).closest('tr').find('td').eq('1').html(); This is the description    CALIFORNIA [2,90] [BRE25] [3x80] [BRD25] [ARTICLE: 1,000 - COLOR: 02] - W...
asked by 03.11.2017 / 03:15
1
answer

Crud Ajax Laravel 5. *

I have a problem. I'm doing a crud with Ajax + Laravel. "Everything" is working, except that when I update a data, it also registers. Well, look what I'm doing. I have a Bhutan that I have an id called dashboard_character_category. This id is fo...
asked by 03.11.2017 / 00:18
0
answers

Show images before uploading

I have a PHP / CSS upload plugin from which the user chooses multiple images and the upload field is stylized as this link . See: But I need to make these images appear when they are selected and you can choose which one to upload befo...
asked by 03.11.2017 / 11:37