Questions tagged as 'jquery'

1
answer

help with for loop, with variable approaching 100

I'm doing a work with images and I have the code below: var tempoTransicao = 5; var quantasImagens = $("ul.slider li img").size(); var tamanhoIntervalos = Math.round(100/quantasImagens); var t = 0; for (i = 1; i <= quantasImagens; i++) {  ...
asked by 24.10.2017 / 18:21
2
answers

Validate Password fields

I have a single page in HTML , using the bootstrap templatemo in which it has a registration form and it has two fields one to type and another to validate (if it is the same). I've tried jQuery , HTML5 (with the data-toogle tags), JS...
asked by 04.12.2017 / 19:50
1
answer

Ungroup code on a single line [closed]

Well, does anyone know how to ungroup codes that is on a single line? Why to leave in a line is easy, has some softwares that offers this, but ungrouping that just by hammering kkkk.     
asked by 26.10.2017 / 23:15
2
answers

How to make element appear after scroll

I want to do a simple effect, which would be to apply a animate effect to a div , increasing its height after scrolling the page, and when the page rolled to the top again, that div would return to style initial. CSS &l...
asked by 01.12.2017 / 12:37
1
answer

Execute Action Post by JQuery ASP.NET MVC

I would like to delete a record in a button click by Jquery, what is the best way to do it? The way I did it is not working.    Action I want to call by Jquery // POST: Pais/Delete/5 [HttpPost, ActionName("Delete")]...
asked by 25.10.2017 / 18:43
1
answer

How to add values from a td column dynamically with jquery?

I have a payment system that takes the total value of the purchase and divides it into the number of parcels requested by the customer, and these parcels can have their value changed dynamically, since the customer can give a larger or smaller i...
asked by 24.10.2017 / 20:52
1
answer

Looping jquery get value from the button and put on the label

My dear ones, I have a table of users, and for each user I have a button that opens a modal: {% for item in lista_usuarios %} <tr> <td>{{ item.first_name }}</td> <button data-target="modal1" class =...
asked by 25.10.2017 / 15:39
1
answer

How to sort field 1/5 of plots in datatables

$.ajax ({ type: 'POST', dataType: 'json', url: BASE_URL + '/conta_pagar/pesquisa_contas', data: {palavra: palavra}, success: function (json) { var col...
asked by 25.10.2017 / 05:11
2
answers

Remove All Blanks from TextArea

I'd like to know how to remove all whitespace from a textarea . I have a field textarea that copies the value to a second field textarea , I would like to execute a function that removes space or line break. My role did not...
asked by 21.11.2017 / 15:50
1
answer

Ajax By Form Data = Indefinite Variable

This is my form <form action='emails.php' method='post' > <input type='submit' value='Enviar para Email Selecionados' class='selecionados'/> </form> <div class='divtop' style='display:none; '> <form method='post'...
asked by 19.11.2017 / 22:45