Field

Field

Javascript library to add functionality to fields.

[dynamicrequired]

Auto adds the red background to any fields with the dynamic required attribute set.

Usage

Add the Field.js library to the site

Bundle.cs
bundles.Add(new ScriptBundle("~/bundles/shareit").Include(
"~/ShareItLibrary/Field.js"));