[jQuery] List. Is this possible?
Hello,
I have three inputs A, B and C and button. This is a group inside a
form.
When I click the button I want to add the information on the inputs
into a list under the button.
The information must be displayed as A ( B ) ( C ) and have a small
button on the right to remove from list.
When the form is submitted I would like to be able to get all items in
the list in order to parse them and create data in my server side
code.
How can I create this list functionality?
Thank You,
Miguel