Questions tagged as 'jquery'

1
answer

Animate objects in scroll and stop them when stopping the scroll

I want to make this code work like the attached GIF when the user scrolls and stops when it stops scrolling. I've been trying with a sequence of "IFs" but it is blocked and I do not know how to solve it ... $(window).scroll(function(flec...
asked by 20.09.2016 / 17:40
1
answer

Disable holidays on a datepicker

How can you specify some days of the datepicker to disable them? for example, Christmas days, holidays or any other? I have the code for now like this: <script> function nDates(date){ var nFechas = false; $.a...
asked by 16.08.2017 / 22:17
2
answers

error when validating with jquery-validate in wizard bootstrap

I'm doing a web application with a bootstrap wizard the first screen has a form that is valid with jquery-validate, in the second section of the wizard I have an input and a button that generate a table according to the number of rows that the u...
asked by 08.06.2016 / 21:04
3
answers

Select2 jquery remove message "please enter 1 or more characters in select2"

I want to remove that message, any form? Here the html: Here the jquery:     
asked by 13.06.2016 / 17:33
2
answers

Change background color of an input when it is not empty [jQuery]

Good people. I am trying to fill in an input itself change its background-color , this would have to be done dynamically, without having to click on a button or reload the page. I tried this, but it does not work: function ActiveInput...
asked by 30.05.2016 / 15:59
2
answers

Force two decimal places in input type="number"

I have been asked for something a bit weird, that the fields input numeric of a JSP page have 2 decimals by default. So far everything is normal: <input type="number" step="0.01" /> Now, the client wants the quantities to AL...
asked by 10.03.2016 / 12:54
1
answer

Swap rows between tables

I try to make it possible to send a row to another table from a modal with a table. Here is what I have advanced. link However, even if you send the row to another table it does not return to its original table when it is deleted. And I...
asked by 22.06.2016 / 08:02
1
answer

how to create a table from data entered in the form in a popup in jquery?

I have a form in an index.html, this form contains material information that is removed, in a column of this form there is an add button, which raises a popup with another form that is the detail of what will be unsubscribed (item, quantity, con...
asked by 20.07.2016 / 15:35
2
answers

change the class of i with JQuery

Hi, I want to know if I can change the class of <i> with jquery that is with .attr but I do not know how to capture the or select the <i> , what I want is that when I click on the class I know that it is an icon, change...
asked by 19.06.2017 / 15:40
1
answer

Jquery Ajax Post (onchange infinite loop)

Good people I have the following problem: I have a dropdownList that depending on its value brings me by ajax a different form with its respective button, until there works well. <div id="contformularios1"> </di...
asked by 27.01.2016 / 15:49