<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to How to use</title><link>https://sourceforge.net/p/jqformvalidate/wiki/How%2520to%2520use/</link><description>Recent changes to How to use</description><atom:link href="https://sourceforge.net/p/jqformvalidate/wiki/How%20to%20use/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 25 Jan 2012 20:58:11 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jqformvalidate/wiki/How%20to%20use/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage How to use modified by Daniel Pomalaza</title><link>https://sourceforge.net/p/jqformvalidate/wiki/How%2520to%2520use/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -4,13 +4,15 @@
 #####2. Include nessesary JS files#####
 ~~~~~~
 &lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"&gt;&lt;/script&gt;
-~~~~~~
-~~~~~~
-   
-~~~~~~
-~~~~~~
 &lt;script type="text/javascript" src="/FormValidator/jquery.formvalidator.js"&gt;&lt;/script&gt;
 ~~~~~~
 
 #####3.Create a Form#####
-
+~~~~
+&lt;form action="#" method="get" id="frmexample" name="frmexample"&gt;
+   &lt;label for="field1"&gt;Field 1&lt;/label&gt;
+   &lt;input alt="fieldname 1" type="text" id="field1" name="field1" /&gt;
+   &lt;br/&gt;
+   &lt;input type="submit" value="Send" /&gt;
+&lt;/form&gt;
+~~~~
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pomalaza</dc:creator><pubDate>Wed, 25 Jan 2012 20:58:11 -0000</pubDate><guid>https://sourceforge.net5766dbde84f692701c888664d0fc63cf1a540efa</guid></item><item><title>WikiPage How to use modified by Daniel Pomalaza</title><link>https://sourceforge.net/p/jqformvalidate/wiki/How%2520to%2520use/</link><description>#####1. First, make sure you are using valid DOCTYPE#####
This is required for Form Validator to look and function correctly.

#####2. Include nessesary JS files#####
~~~~~~
&lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"&gt;&lt;/script&gt;
~~~~~~
~~~~~~
   
~~~~~~
~~~~~~
&lt;script type="text/javascript" src="/FormValidator/jquery.formvalidator.js"&gt;&lt;/script&gt;
~~~~~~

#####3.Create a Form#####

</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Daniel Pomalaza</dc:creator><pubDate>Wed, 25 Jan 2012 20:48:59 -0000</pubDate><guid>https://sourceforge.netd9e9b532a31adffb19fb69e1f205888aa1574889</guid></item></channel></rss>