I have a list of textboxes created dynamically accroding to the user selection on aspx page.
I want to get and store into an array the value of these using Jquery, javascript.
how can i do that?
is it possible to loop through all the textboxes in a page?
Thanks
You can use
mapto succinctly grab all the values:Loop over all textboxes using
each: