🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

jQuery.Validation.Globalize

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jQuery.Validation.Globalize

An extension to the jQuery Validation Plugin which makes it use Globalize for number and date parsing (enabling simple internationalized validation).

1.1.0
NuGet
Version published
Maintainers
2
Created
Source

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"));

    ...
}

Keywords

jQuery

FAQs

Package last updated on 13 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts