doulang6695 2015-09-06 04:07 采纳率: 100%
浏览 161
已采纳

在提交按钮上加载第二个DIV,单击第一个DIV,使第一个DIV在同一页面上可见

I have 2 DIV. They are linked forms.

First Div have 2 dropdowns for user input with a submit button. When user selects the submit button, another DIV will appear.

The first DIV will still remain there so users can change their input and the 2nd Div selection will also be updated once submit is selected. Hopefully someone can help!

  • 写回答

1条回答 默认 最新

  • doujiong2533 2015-09-06 04:14
    关注

    I would like to see your approach on that. However, it's pretty simple. Just don't treat the button in first div as form submission.

    Run only the validation for the first div on button click. And, have only one form through out. I don't see any reason to use multiple forms if you are allowing users to change content later.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?