F
F
Fyodor2011-03-03 11:21:45
JavaScript
Fyodor, 2011-03-03 11:21:45

Jquery, load, before and the like - I add inputs with them - but this data is not in the POST request - why?

there is a construction of the form

<form><br>
<table><br>
<tr> <td> <input name="hotel[]"> </td> </tr><br>
</table><br>
</form><br>


first, this table is filled in a similar way through load, then through before - well, or similar ones - append and others - as a result, everything is formed on the page as it should. but the data from the fields added in this way is not sent in the request. why is this happening? Is there a way to fix or work around this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
J
Jazzist, 2011-03-03
@Jazzist

form method="post" done?

F
Fyodor, 2011-03-03
@Richard_Ferlow

That's it, figured it out, form wrapped the table incorrectly

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question