jQuery.Validation.Globalize 1.1.0
jscolor-nuget
NuGet Package for JSColor: JavaScript / HTML Color Picker
This is just the source for JSColor, and I just packed the sources and assets to work with ASP.NET MVC projects.
Usage Instructions
Just add a reference to /Scripts/jscolor.js, directly or via bundling:
Direct Example
<script type="text/javascript" src="jscolor/jscolor.js"></script>
Bundling Example
At /App_Start/BundleConfig.cs:
public static void RegisterBundles(BundleCollection bundles)
{
...
bundles.Add(new ScriptBundle("~/bundles/general").Include(
"~/Scripts/jscolor.js"));
...
}
No packages depend on jQuery.Validation.Globalize.
Any 0.0
- jQuery.Validation (>= 1.14.0)
- jquery-globalize (>= 1.0.0)
| Version | Downloads | Last updated |
|---|---|---|
| 1.1.0 | 31 | 08/06/2019 |