added input masks

This commit is contained in:
root
2019-06-14 01:22:46 -04:00
parent 3d3bcff09e
commit 0eda7e9762
86 changed files with 20308 additions and 28 deletions
+12
View File
@@ -0,0 +1,12 @@
## .NET Nuget Package Install
PM> Install-Package InputMask
In App_Start, BundleConfig.cs
bundles.Add(new ScriptBundle("~/bundles/inputmask").Include(
"~/Scripts/inputmask/jquery.inputmask.js"));
In Layout
@Scripts.Render("~/bundles/inputmask")