I been looking around for a script to do this, but I haven't found one yet. so if anyone knows of one please let me know.
EXAMPLE:
Answer 1: [ text input field ] [url=http://#]remove[/url]
Answer 2: [ text input field ] [url=http://#]remove[/url]
Answer 3: [ text input field ] [url=http://#]remove[/url]
[url=http://#]Add another answer[/url]
what I want is to be able to dynamically add/remove extra input fields to a page without reloading the page. (I can find scripts like these no problem. even ones that allow me to remove a field, but they all remove the last field added) But what I need is a script that allows me to remove a specific field.
i.e. if I wanted to remove field 2 it would leave 1 and 3.
a perfect example of what I'm looking for is implemented in Gmail's add file when you compose a message, you can add extra fields to attach more files, and you can remove any field, (not just the last one added)

