Questions tagged as 'jquery'

1
answer

How to get values from the first column that is a checkbox of a GridView?

I have a GridView and I need to get the values from the first column of the Grid. My first column is a checkbox, I need to make sure they are checked and get their values.     
asked by 18.08.2014 / 16:47
1
answer

close tab using JQUERY

I'm trying to click on the link abir open the tab but when I click open all would have some way to when I click open only the tab corresponding to what I clicked and when I click again close again. <article class="product_category box box10...
asked by 21.09.2018 / 03:33
2
answers

Compare the value of a column with the checkbox

I'm trying to compare the value of a column of a table , so depending on what is selected, show or hide the field, I got in this code: td = tr[i].getElementsByTagName("td")[3]; console.log(td); debugge...
asked by 16.10.2018 / 22:06
1
answer

Transition of css and html image

Well, I'm starting to get interested in html and css, I've been studying and I've taken a course, and I'm doing that site. I made a transition for when it scrolls the sidebar, but I wanted it to be smoother transition with image, with the text I...
asked by 15.10.2018 / 23:07
1
answer

Previous button disables when clicked on next

I have two buttons that are created according to what comes from api: <div class="col-2"> <button type="button" class="btn btn-success button-ok botOk" value="${element.NUMOS}" id="${element.COD_PROD}" onC...
asked by 17.10.2018 / 16:22
2
answers

Remove specific input file type="file"

I made an input as follows: <input type="file" id="arquivos" name='arquivos[]' multiple onchange="funcao_listar()"> When you click the button and select the various files to upload, it lists the file with the delete button next to it...
asked by 15.10.2018 / 20:58
2
answers

How to print the selected name in Bootstrap confirmation mode?

I have this code to confirm a form in a Bootstrap modal. How do I get the name that you selected in the form select print in bootstrap config modal? $('#submitBtn').click(function() { /* when the button in the form, display the entered...
asked by 17.10.2018 / 15:35
2
answers

Javascript - Change return value using setTimeOut

Good people, I needed to change the return value when I clicked the button, that is, first click would have to return false and passed x segundos would have to return true and proceed with the event. The code is...
asked by 07.08.2018 / 11:39
1
answer

Load configured decimal data

I have this function, which works, it brings the necessary data to appear in the input, however I wanted it to be in decimal, if it is 10.00 it is only appearing the 10 How can I fix it? function CarregaEstoque() { var idEmpresa = document...
asked by 15.08.2018 / 19:29
2
answers

Incorrect jQuery Array

asked by 12.06.2015 / 18:08