Dynamically added form elements are not POSTED in IE 9

后端 未结 5 1935
南旧
南旧 2021-01-14 19:29

I have a form which is used to make a Test. User enter a question and provides question type and the Answer options and saves the Question. What has gone wrong is that when

5条回答
  •  耶瑟儿~
    2021-01-14 20:12

    I just encountered this same issue. In only ie9 dynamically loaded AJAX input elements were not posting on submit -- onload created inputs would post fine. What ended up being the problem for me was a missing opening body tag.

提交回复
热议问题