Questions tagged as 'jquery'

2
answers

Perform an action after the change has been made

I do not know if this is possible, but I would like to know if you can do a certain action after the action of change of a select . Let's suppose I have a select like this: <select name="meuSelect" id="meuSelect">...
asked by 03.06.2014 / 22:36
1
answer

How to loop in a time interval of an animation in JQuery?

I have a Guitar Hero style animation and I would like to repeat the animation of the green note falling in a defined interval of time, however I am not able to ... link     
asked by 30.05.2014 / 23:25
2
answers

Creating a kind of false click

Well, I have a box, this box has some tabs, clicking on the tab the contents of the box changes. The content is changed when I click on one of the links that the tab calls. Here is the code: <p id="slid"> <a href="#slid3">3º Pa...
asked by 06.06.2014 / 05:45
1
answer

Send hidden value to a select

Is there any property in select that when I select an option when sending it send another? For example: <form action="teste.php"> <p> <select name="mes" id="mess" class="selectpicker"> <option>Janei...
asked by 11.12.2014 / 18:18
2
answers

Add column table with javascript and condition

I have this function that sums the fields of a column of table and works perfectly: let result = 0; let columns = $("#tablepesquisaprodutos tr td:nth-child(" + 8 + ")"); columns.each(i => { result += parseFloat($(col...
asked by 07.11.2018 / 20:06
1
answer

open a modal and close the other

I have two modalities, so I can not automatically close it when the other one is opened, what I got up to now was to do this CSS .mr{ position: fixed; top: 0px; left: -15%; background-color: #fff; padding: 1% 1%; width: 15%;...
asked by 08.11.2018 / 20:59
2
answers

How to duplicate a div by clicking on another

I have a div called contatoFormIncluir , inside it I have another div called contatoBtMais , I want to do the following; When I click on contatoBtMais it duplicates the contatoFormIncluir div. How? My HTML looks like...
asked by 25.07.2014 / 18:53
1
answer

How to use jquery after () in javascript?

How do I make javascript the same equivalent function in jquery after? I want to add one div right after another, so <div id="div1"></div> <div id="div2"></div> <!-- div 2 adicionada via javascript após a divi1 --...
asked by 27.10.2018 / 14:22
1
answer

Verify if dynamic table is with data

I have a table that I fill in this way below, I would like to know how I can check if I have data in it. $("#tablepesquisaprodutos").append("<tr class='item'>" + "<td>" + "<input type='checkbox' class='link...
asked by 31.10.2018 / 21:22
2
answers

Change text to icon according to text

<div class="modeloProduto"> <p>Massa Muscular</p>" </div> I do not handle a lot of site programming but I'm making a website with what I know, I wanted a script that changes the "Muscle Mass" to an icon Type like thi...
asked by 28.10.2018 / 16:19