views:

30

answers:

1

Hi! I'm dynamic add some inputs to my form by changing html() of some divs located in form. When i'm them serialaze this form inserted inputs doesn't serialized. what can i do?

+1  A: 

Make sure the new elements have unique names and IDs.

Kobi