I want to validate my form using jquery but it doesn't have an ID
property as of now how to add it to the form in asp.net mvc? I am using this...
<% using (Html.BeginForm()) {%>
and my jquery validator plugin takes this,
var validator = $("#signupform").validate({
Now i want to give id as signupform
... Any suggestion...
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…