[jQuery] Problem with append() and <form>
I have an empty form that gets new input elements when the user clicks
on a button that triggers append().
Although the above trivial test works fine, when I try to have a form
that already has content, I have the following problem:
The new input elements added by append() appear on the browser and
show up inside Firebug, but when I post the form doen't get posted.
It is like the never end up inside the <form> element...
What could cause this behaviour? I am with my back at the wall and
cannot find any way to debug :(