-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 1.63 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!doctype html>
<html lang="en">
<head>
<title>jQuery Validate Widget Examples</title>
<meta charset="utf-8">
<meta http-equiv="cleartype" content="on">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="jQuery Validate Widget Examples">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
<meta name="format-detection" content="telephone=no">
<meta name="format-detection" content="address=no">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="stylesheet" href="../dist/site.min.css">
<link rel="stylesheet" href="../dist/jquery_validate.min.css">
<script src="../dist/jquery-2.1.4.min.js"></script>
<script src="../dist/jqueryUI_factory-only-v1.11.4.min.js"></script>
<script src="../dist/jqueryui.validate.min.js"></script>
</head>
<body itemscope itemtype="http://schema.org/WebPage">
<main id="s-content" class="s-content l-wrapper" itemscope itemtype="http://schema.org/WebPageElement" itemprop="mainContentOfPage" role="main">
<h1>Validate Widget</h1>
<h3>Examples</h3>
<ul>
<li><a href="simple.html">Simple Examples</a>: get started fast with some of the most commonly used parts of validation.</li>
<li><a href="changing_validation_post_codes.html">Changing Validation of Postal Codes</a>: See an example of how to use widgets to dynamically change the validation of a field on the fly using postal codes</li>
</ul>
</main>
</body>
</html>