Selecting a parent tag

Selecting a parent tag

Greetings jQuery friends.

This question has been puzzling me for quit some time:

I have two identical forms on a page, with a submit button named BeginHere ( input[name=BeginHere] ).

What I am trying to do is to select the form which has the input button that was clicked on.

How should I go about it ?

I thank you in advance for your help and hope I made my inquiry clear.

Foreplay