在单页上进行不同的表单提交验证

问题描述:

.aspx页面包含3个登录表单1)用户2)公司3)admin



i希望使用jquery的




如果用户表单已提交,则在客户端验证其字段



如果提交公司表格然后在客户端验证他们的字段



如果提交管理表格然后在客户端验证他们的字段



请给我答案。

a .aspx page contain 3 forms for login 1)user 2)firm 3)admin

i want to validate their field seprately using java script of jquery


if the user form is submit then validate their fields on client side

if the firm form is submit then validate their fields on client side

if the admin form is submit then validate their fields on client side

please provide me the answer.