<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GeekTantra &#187; JavaScript programming language</title>
	<atom:link href="http://www.geektantra.com/tag/javascript-programming-language/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geektantra.com</link>
	<description>yet another geek&#039;s blog</description>
	<lastBuildDate>Thu, 03 Jun 2010 00:46:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>jQuery MegaMenu 2</title>
		<link>http://www.geektantra.com/2010/05/jquery-megamenu-2/</link>
		<comments>http://www.geektantra.com/2010/05/jquery-megamenu-2/#comments</comments>
		<pubDate>Sun, 16 May 2010 11:03:13 +0000</pubDate>
		<dc:creator>GeekTantra</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[JavaScript programming language]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.geektantra.com/?p=177</guid>
		<description><![CDATA[<p><img class="alignleft" title="jquery-megamenu-2" src="http://www.geektantra.com/wp-content/uploads/2010/05/jquery-megamenu-2.png" alt="" width="225" height="140" /></p>

<p>An updated jQuery based MegaMenu plugin.<br />
 Demo: <a href="http://www.geektantra.com/projects/jquery-megamenu-2/">Click Here</a> <br />
 Download: <a href="http://jquery-megamenu.googlecode.com/files/jquery-megamenu.2.1a.zip">Click Here</a> <br />
 Project Repository: <a href="http://jquery-megamenu.googlecode.com/">Click Here</a></p>]]></description>
			<content:encoded><![CDATA[<p>This is a sequel to the popular <a href="http://www.geektantra.com/2009/09/jquery-mega-menu/">jQuery MegaMenu Plugin</a>, with quiet a lot of changes in the code base and usability.</p>
<p>Demo: <a href="http://www.geektantra.com/projects/jquery-megamenu-2/">Click Here</a> <br />
 Download: <a href="http://jquery-megamenu.googlecode.com/files/jquery-megamenu.2.1a.zip">Click Here</a> <br />
 Project Repository: <a href="http://jquery-megamenu.googlecode.com/">Click Here</a></p>
<p>So whats new in jQuery MegaMenu 2</p>
<ol>
<li>A completely revamped JS and CSS code-base.</li>
<li>Easier to use. (A lot simpler HTML and JS needs to be used to initiate the menu)</li>
<li>Customizable menu show and hide effects, with three available options of slideDown/slideUp, fadeIn/fadeOut and simple</li>
<li>Customizable menu activation and deactivation actions. Now you can choose to activate the menu by click or by mouseover</li>
<li>HoverIntent like feature embedded into the code-base so that we have smooth navigation by default without any external libraries.</li>
<li>Automatic alignment of the menu content according to the width of the parent menu container. </li>
<li>Variable width of the menu contents.</li>
<li>Non obtrusive and easier to understand CSS.</li>
</ol>
<h3 style="border-bottom: 1px solid #BBB;">Usage:</h3>
<ul style="margin-bottom: 15px;">
<li>In the header section of the HTML add the following:

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p177code1'); return false;">View Code</a> XML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p1771"><td class="code" id="p177code1"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;script</span> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;text/javascript&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/script<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;script</span> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">&quot;javascripts/jquery.megamenu.js&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;text/javascript&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/script<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;script</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;text/javascript&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
jQuery(document).ready(function(){
    jQuery(&quot;.megamenu&quot;).megamenu();
});
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/script<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p>We can replace <em>megamenu</em> with the class of the megamenu unordered list. To have the megamenu aligned to right just use the option &#8216;justify&#8217;:'right&#8217;</p>
</li>
<li>Next in your body add the following code:

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p177code2'); return false;">View Code</a> XML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p1772"><td class="code" id="p177code2"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;ul</span> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">&quot;megamenu&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;li<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;a</span> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">&quot;javascript: void(0)&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>First Menu<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/a<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;div</span> <span style="color: #000066;">style</span>=<span style="color: #ff0000;">&quot;width: 350px;&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>Contents of the first mega menu<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/div<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/li<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;li<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;a</span> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">&quot;javascript: void(0)&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>Second Menu<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/a<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;div</span> <span style="color: #000066;">style</span>=<span style="color: #ff0000;">&quot;width: 350px;&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>Contents of the second mega menu<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/div<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/li<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/ul<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

</li>
</ul>
<h3 style="border-bottom: 1px solid #BBB;">Advanced Options and Usage</h3>
<ul>
<li>
To have the megamenu activated on click use the &#8216;activate_action&#8217; option as follows:</p>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p177code3'); return false;">View Code</a> JAVASCRIPT</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p1773"><td class="code" id="p177code3"><pre class="javascript" style="font-family:monospace;">jQuery<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
    jQuery<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;.megamenu&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">megamenu</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span> <span style="color: #3366CC;">'activate_action'</span><span style="color: #339933;">:</span><span style="color: #3366CC;">'click'</span> <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #006600; font-style: italic;">// Can take 'click', 'mouseover' and 'mouseenter' as values only. Default: 'mouseover'</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

</li>
<li>
MegaMenu Show/Hide Options:</p>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p177code4'); return false;">View Code</a> JAVASCRIPT</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p1774"><td class="code" id="p177code4"><pre class="javascript" style="font-family:monospace;">jQuery<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
    jQuery<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;.megamenu&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">megamenu</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span> <span style="color: #3366CC;">'show_method'</span><span style="color: #339933;">:</span><span style="color: #3366CC;">'fadeIn'</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'hide_method'</span><span style="color: #339933;">:</span> <span style="color: #3366CC;">'fadeOut'</span> <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #006600; font-style: italic;">// 'show_method' can take 'fadeIn', 'slideDown' and 'simple' as values only. Default: 'slideDown'</span>
<span style="color: #006600; font-style: italic;">// 'hide_method' can take 'fadeOut', 'slideUp' and 'simple' as values only. Default: 'slideUp'</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

</li>
<li>
MegaMenu JS Shadow Options:</p>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p177code5'); return false;">View Code</a> JAVASCRIPT</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p1775"><td class="code" id="p177code5"><pre class="javascript" style="font-family:monospace;">jQuery<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
    jQuery<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;.megamenu&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">megamenu</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span> <span style="color: #3366CC;">'enable_js_shadow'</span><span style="color: #339933;">:</span><span style="color: #003366; font-weight: bold;">true</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'shadow_size'</span><span style="color: #339933;">:</span><span style="color: #CC0000;">5</span> <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #006600; font-style: italic;">// 'enable_js_shadow' can take true/false. Default: true</span>
<span style="color: #006600; font-style: italic;">// 'shadow_size' can take any whole number greater than 0. Default: 3</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

</li>
<li>
MegaMenu Align Options:</p>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p177code6'); return false;">View Code</a> JAVASCRIPT</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p1776"><td class="code" id="p177code6"><pre class="javascript" style="font-family:monospace;">jQuery<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
    jQuery<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;.megamenu&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">megamenu</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span> <span style="color: #3366CC;">'justify'</span><span style="color: #339933;">:</span><span style="color: #3366CC;">'right'</span> <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #006600; font-style: italic;">// Can take left/right. Default: left</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

</li>
</ul>
<p>Enjoy the MegaMenu Plugin and do not forget to comment about it here.<br />
If you like the plugin do share it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektantra.com/2010/05/jquery-megamenu-2/feed/</wfw:commentRss>
		<slash:comments>92</slash:comments>
		</item>
		<item>
		<title>Update for jQuery Live Form Validation Plugin</title>
		<link>http://www.geektantra.com/2009/10/update-for-jquery-live-form-validation-plugin/</link>
		<comments>http://www.geektantra.com/2009/10/update-for-jquery-live-form-validation-plugin/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 16:00:34 +0000</pubDate>
		<dc:creator>GeekTantra</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[JavaScript programming language]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Technology/Internet]]></category>

		<guid isPermaLink="false">http://www.geektantra.com/?p=143</guid>
		<description><![CDATA[<p><img class="alignleft" title="jquery-form-validate-advanced-demo" src="http://www.geektantra.com/wp-content/uploads/2009/09/jquery-form-validate-advanced-demo.jpg" alt="jquery-form-validate-advanced-demo" width="225" height="140" /></p>

<p>An update of the <a title="jQuery Live Form Validation" href="http://www.geektantra.com/2009/09/jquery-live-form-validation/">jQuery Live form validation plugin</a> is here with an important feature addition.<br />
 Advanced Demo: <a title="jQuery Live Form Validation" href="http://www.geektantra.com/projects/jquery-form-validate/advanced_demo" target="_blank">Click Here</a><br />
 Download: <a title="jQuery Live Form Validation" href="http://jquery-form-validate.googlecode.com/files/jquery-form-validate.1.2.zip">Click Here</a></p>]]></description>
			<content:encoded><![CDATA[<p>So we have yet another update for jQuery Live Form Validation Plugin. Its a small but important update.</p>
<p>An important feature which I missed out in versions 1.0 and 1.1 has been added in this version. It is a callback option which can help make AJAX callbacks or any other callbacks when the form is successfully validated. </p>
<p>Now we can make callbacks on successful validation.<br />
In this example I am making an AJAX post to post.php when the form is successfully validated. For this we just need to add the following to the head section of our HTML file</p>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p143code7'); return false;">View Code</a> XML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p1437"><td class="code" id="p143code7"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;script</span> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;text/javascript&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/script<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;script</span> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">&quot;javascripts/jquery.validate.js&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;text/javascript&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;/script<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;script</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;text/javascript&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
            jQuery(function(){
                //The Validation as earlier
                jQuery(&quot;#<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;id</span> of field to be validated<span style="color: #000000; font-weight: bold;">&gt;</span></span>&quot;).validate({
                    expression: &quot;if (<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;expression</span> for validation<span style="color: #000000; font-weight: bold;">&gt;</span></span>) return true; else return false;&quot;,
                    message: &quot;<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;message</span> on validation failure<span style="color: #000000; font-weight: bold;">&gt;</span></span>&quot;
                });
                //The callback for the form with ID FormID
                jQuery(&quot;#FormID&quot;).validated(function(){
                   jQuery.post(&quot;post.php&quot;, jQuery(&quot;#FormID&quot;).serialize(), function(data){ jQuery(&quot;#FormID&quot;).html(data); });
                });
            });
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/script<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p>I have updated the advanced demo with an alert callback.</p>
<div style="font-size: 14px; font-weight: bold">Download and Demo</div>
<p>Advanced Demo: <a title="jQuery Live Form Validation" href="http://www.geektantra.com/projects/jquery-form-validate/advanced_demo" target="_blank">Click Here</a><br />
Download: <a title="jQuery Live Form Validation" href="http://jquery-form-validate.googlecode.com/files/jquery-form-validate.1.2.zip">Click Here</a><br />
Project Repository: <a title="jQuery Live Form Validation" href="http://code.google.com/p/jquery-form-validate/" target="_blank">Click Here</a></p>
<p>Hope this feature helps. And many thanks to Vayu for pointing out this important feature. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektantra.com/2009/10/update-for-jquery-live-form-validation-plugin/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>jQuery Live Form Validation Version 1.1</title>
		<link>http://www.geektantra.com/2009/09/jquery-live-form-validation-version-1-1/</link>
		<comments>http://www.geektantra.com/2009/09/jquery-live-form-validation-version-1-1/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 10:43:36 +0000</pubDate>
		<dc:creator>GeekTantra</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[JavaScript programming language]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Validation]]></category>

		<guid isPermaLink="false">http://www.geektantra.com/?p=132</guid>
		<description><![CDATA[<p><img class="alignleft" title="jquery-form-validate-advanced-demo" src="http://www.geektantra.com/wp-content/uploads/2009/09/jquery-form-validate-advanced-demo.jpg" alt="jquery-form-validate-advanced-demo" width="225" height="140" /></p>

<p>A new release of the <a title="jQuery Live Form Validation" href="http://www.geektantra.com/2009/09/jquery-live-form-validation/">jQuery Live form validation plugin</a> is here with new features.<br />
 Advanced Demo: <a title="jQuery Live Form Validation" href="http://www.geektantra.com/projects/jquery-form-validate/advanced_demo" target="_blank">Click Here</a><br />
 Download: <a title="jQuery Live Form Validation" href="http://jquery-form-validate.googlecode.com/files/jquery-form-validate.1.2.zip">Click Here</a></p>]]></description>
			<content:encoded><![CDATA[<p>I made some incremental changes to the previous version of jQuery Form Validation and added some new features to the same.</p>
</p>
<div style="font-size: 14px; font-weight: bold">New features in version 1.1</div>
<ol>
<li>Validations of radio-buttons and check-boxes now possible</li>
<li>Added jquery.validation.functions.js to modularize addition of new validation functions.</li>
<li>New validation functions added
<ol>
<li>isValidDate(year, month, day): It takes in three parameters the year(i.e. full year) of the date, the month of the date and the day part of the date and returns false if its not a valid date and true if valid. It includes checking of leap years. For example: 02-29-2008 will show as valid but 02-29-2009 as invalid.</li>
<li>isChecked(id): It takes the id of the container containing the group of check-boxes or radio-buttons and returns false if none of the children were checked and true if at-least one was checked.</li>
</ol>
</li>
</ol>
<div style="font-size: 14px; font-weight: bold">Download and Demo</div>
<p>Advanced Demo: <a title="jQuery Live Form Validation" href="http://www.geektantra.com/projects/jquery-form-validate/advanced_demo" target="_blank">Click Here</a><br />
Download: <a title="jQuery Live Form Validation" href="http://jquery-form-validate.googlecode.com/files/jquery-form-validate.1.2.zip">Click Here</a><br />
Project Repository: <a title="jQuery Live Form Validation" href="http://code.google.com/p/jquery-form-validate/" target="_blank">Click Here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.geektantra.com/2009/09/jquery-live-form-validation-version-1-1/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->