How do I select the parent form based on which submit button is clicked?

前端 未结 5 841
孤城傲影
孤城傲影 2020-12-02 07:57

I have a web page with 3 forms on it. Not nested, just one after the other (they are almost identical, just one hidden variable that\'s different). A user will only fill i

5条回答
  •  庸人自扰
    2020-12-02 08:28

    To get the form that the submit is inside why not just

    this.form
    

    Easiest & quickest path to the result.

提交回复
热议问题