2つのハイパーリンクを持つアプリケーションのページがあります。これらのハイパーリンクの両方は、新しいアカウントの情報を追加できる同じページにユーザーをリダイレクトします。リンク#1が選択されている場合、コントローラアクションに渡される値は1でなければなりません。他のリンクが選択されている場合、値は2です。これはどのようにjqueryを使用して行うことができますか?
ハイパーリンク:
<div style="position:absolute; width:100px; top:25%; left:50%; font-family:Arial; font-weight:bold; white-space:nowrap ">
<a href="~/rxcard/addaccount" style="color:#444444;">ADD CLINIC</a>
</div>
<div style="position:absolute; width:100px; top:33%; left:48%; font-family:Arial; font-weight:bold; white-space:nowrap">
<a href="~/rxcard/addaccount" style="color:#444444;">ADD MEDICAL OFFICE</a>
</div>