Skip to content

Instantly share code, notes, and snippets.

@gprasant
Created June 6, 2012 15:58
Show Gist options
  • Save gprasant/2882870 to your computer and use it in GitHub Desktop.
Save gprasant/2882870 to your computer and use it in GitHub Desktop.
<input data-val="true" id="Name" name="Name" type="text" value="">
<input data-val="true" data-val-number="The field PhysicsScore must be a number." data-val-required="The PhysicsScore field is required." id="PhysicsScore" name="PhysicsScore" type="text" value="">
<input data-val="true" data-val-number="The field MathScore must be a number." data-val-required="The MathScore field is required." id="MathScore" name="MathScore" type="text" value="">
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment