Changeset 4464 for trunk/plugins/validate/demo/index.html
- Timestamp:
- 01/16/08 17:49:02 (1 year ago)
- Files:
-
- 1 modified
-
trunk/plugins/validate/demo/index.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/validate/demo/index.html
r4438 r4464 3 3 <head> 4 4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> 5 <title> Test for jQuery validate() plugin</title>5 <title>jQuery validation plug-in - main demo</title> 6 6 7 7 <link rel="stylesheet" type="text/css" media="screen" href="css/screen.css" /> … … 200 200 </form> 201 201 202 <h3> Moreexamples</h3>202 <h3>Syntetic examples</h3> 203 203 <ul> 204 204 <li><a href="errorcontainer-demo.html">A demo showing error message containers in action</a></li> … … 207 207 <li><a href="custom-methods-demo.html">Some text inputs with validate on blur and custom rules.</a></li> 208 208 <li><a href="dynamic-totals.html">Dynamic inputs</a></li> 209 <li><a href="class.html">Using the class plugin</a></li> 210 <li><a href="attribute.html">Using the attribute plugin</a></li> 209 </ul> 210 <h3>Real-world examples</h3> 211 <ul> 211 212 <li><a href="milk/">Remember The Milk signup form</a></li> 212 213 <li><a href="marketo/">Marketo signup form</a></li>
