Posts by Erica • 1 point
2 posts
-
0
votes1
answer15
viewsA: Pick up values dynamically with Jquery
I killed here taking the current element using a loop! in the field textarea $('textarea').each(function() { var currentElement = $(this); var texto = currentElement.val(); // i });…
-
-2
votes1
answer15
viewsQ: Pick up values dynamically with Jquery
I have a foreach loop that fills the screen with information from users logged in to the system, name, type and ID. implemented a button with a textfield field to send messages to system users and a…