Last change
on this file since 11868 was
9604,
checked in by pfleck, 11 years ago
|
#2063:
Set up basic webpage layout based on WebApplication branch.
Added Asp.Net MVC packages and some helper packages.
Implemented login.
|
File size:
1.3 KB
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 | <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
---|
3 | <metadata>
|
---|
4 | <id>jQuery.Validation</id>
|
---|
5 | <version>1.10.0</version>
|
---|
6 | <title>jQuery Validation</title>
|
---|
7 | <authors>Jörn Zaefferer</authors>
|
---|
8 | <owners>Jörn Zaefferer</owners>
|
---|
9 | <projectUrl>http://bassistance.de/jquery-plugins/jquery-plugin-validation/</projectUrl>
|
---|
10 | <requireLicenseAcceptance>false</requireLicenseAcceptance>
|
---|
11 | <description>This jQuery plugin makes simple clientside form validation trivial, while offering lots of option for customization. That makes a good choice if youâre building something new from scratch, but also when youâre trying to integrate it into an existing application with lots of existing markup. The plugin comes bundled with a useful set of validation methods, including URL and email validation, while providing an API to write your own methods. All bundled methods come with default error messages in english and translations into 32 languages. |
---|
12 | NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/</description>
|
---|
13 | <language>en-US</language>
|
---|
14 | <tags>jQuery plugins</tags>
|
---|
15 | <dependencies>
|
---|
16 | <dependency id="jQuery" version="1.3.2" />
|
---|
17 | </dependencies>
|
---|
18 | </metadata>
|
---|
19 | </package> |
---|
Note: See
TracBrowser
for help on using the repository browser.