How to post a form with many fields with jQuery?

后端 未结 7 2372
不知归路
不知归路 2020-12-15 06:46

Though $.ajax() can be used to do ajax things, I don\'t think its fit for posting values of a big form.

How would you post a big form (many fields) with

7条回答
  •  醉梦人生
    2020-12-15 07:21

    If you haven't tried it yet. Then create a BIG form (now whatever you mean by that) and use $.ajax() or jQuery Forms plugin to post it. You will know if it is for this kind of things or not!

    EDIT:- (after your edit) Then forms plugin is for you! Give it a shot.

提交回复
热议问题