Posts by Patrick Silva • 11 points
2 posts
-
-1
votes1
answer82
viewsQ: Add fields with Jquery
I am using a Jquery command to dynamically add and remove fields in a form. $(document).ready(function(){ var _espc_clone_index=0; $("#add_espc").click(function(){ _espc_clone_index++;…
-
1
votes2
answers298
viewsQ: Problem creating a dynamic add and remove field
So, I’m doing a clinic registration form, and on this form is a specialty field that takes the data from another database and shows the list options to choose from, i am trying to put an add button…