Posts by Rubens Gabrich • 3 points
3 posts
-
0
votes2
answers106
viewsA: Maskmoney does not work on duplicate input via javascript
Ricardo, Thank you so much for the help, that’s how you told me the field cloned and worked the right maskmoney, but I have more fields that are cloned in this function and with that clon all the…
-
-1
votes1
answer290
viewsQ: jQuery . on('change', Function() {} does not work on select cloned
EDIT: I have an application that uses information from one select to another select using the ajax change function as below: $(document).ready(function(){ $('.empresa').change(function(){…
-
0
votes2
answers106
viewsQ: Maskmoney does not work on duplicate input via javascript
Good night, you guys, I have a code that uses maskmoney. I’m using cloneNode to copy a div, it works, but the input I use maskmoney does not work in the copied fields. Someone can help ? //script…