Posts by wolf • 23 points
2 posts
-
1
votes1
answer188
viewsQ: How to clone a dynamically created element with jquery?
I need help cloning an already created element dynamically with Jquery and adding +1 in value and element name. else if(valorSelect == 'listaSuspensa'){…
-
1
votes1
answer361
viewsQ: How do I manipulate data from a select created from jquery
I am trying to take the values of a select that I entered through a jquery, and as the value it adds elements within a div also created by that same jquery. The problem is that I’m not getting these…