<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: Jquery Form Validation Plugin Not Working</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/jquery-form-validation-plugin-not-working-1</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/bugs/jquery-form-validation-plugin-not-working-1/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Jquery Form Validation Plugin Not Working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jquery-form-validation-plugin-not-working-1#p17515</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jquery-form-validation-plugin-not-working-1#p17515</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Sorry, but it seems like this is not the correct forum where you post your problem.</p>
<p>We here discuss jqGrid and not validation plugin.</p>
<p>You can use jquery forums</p>
<p><a onclick="javascript:pageTracker._trackPageview(&#39;/outbound/article/http://forum.jquery.com/&#39;);" rel="nofollow" href="http://forum.jquery.com/" target="_blank">http://forum.jquery.com/</a></p>
<p>or post to the authors forum</p>
<p><a onclick="javascript:pageTracker._trackPageview(&#39;/outbound/article/http://bassistance.de/jquery-plugins/jquery-plugin-validation/&#39;);" rel="nofollow" href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/" target="_blank"></a><a href="http://bassistance.de/jquery-p" rel="nofollow" target="_blank">http://bassistance.de/jquery-p</a>.....alidation/</p>
<p>Best Regards</p>
]]></description>
        	        	<pubDate>Fri, 28 May 2010 09:24:04 +0300</pubDate>
        </item>
        <item>
        	<title>nayanjyotionline on Jquery Form Validation Plugin Not Working</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/jquery-form-validation-plugin-not-working-1#p17398</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/jquery-form-validation-plugin-not-working-1#p17398</guid>
        	        	<description><![CDATA[<p>I try to validate a simple Form but the Jquery Validation</p>
<p>Plugin not woking when I use only Button not The Submit</p>
<p>Button. <br />I can not use the Submit button there Because If I use submit</p>
<p>Button After Submitting the form It take the Action and goes</p>
<p>to Default page while my current form is comes from Ajax. I am</p>
<p>very new to Jquery. Please Help its Urgent...<br />I am giving the files here. <br />index.html</p>
<p>&#60;html&#62;<br />&#60;head&#62;<br />&#60;script src="jquery.js"&#62;<br />&#60;script="jquery-validate-min.js"&#62;<br />&#60;script="validation.js&#62;<br />&#60;/head&#62;<br />&#60;body&#62;<br />&#60;form id="contact_form"&#62;<br />&#60;table&#62;<br />&#60;tr&#62;&#60;th&#62;Name&#60;/th&#62;&#60;td&#62;&#60;input name="name" /&#62;&#60;/td&#62;&#60;/tr&#62;<br />&#60;tr&#62;&#60;th&#62;E Mail&#60;/th&#62;&#60;td&#62;&#60;input name="email" /&#62;&#60;/td&#62;&#60;/tr&#62;<br />&#60;tr&#62;&#60;th&#62;&#60;input type="button" name ="submit" id="form_sub"</p>
<p>onclick="save"&#62;&#60;/th&#62;&#60;td&#62;&#60;input name="email" /&#62;&#60;/td&#62;&#60;/tr&#62;<br />&#60;/table&#62;<br />&#60;/form&#62;<br />&#60;/body&#62;<br />&#60;/html&#62;</p>
<p>Now the validation.js file</p>
<p>function save(){</p>
<p>$("#form_sub").click(function(){<br />$("#contact_form").validate({<br />&#39;rules&#39;:{<br />&#39;name&#39;:{<br />&#39;required&#39;:true,<br />&#39;minlength&#39;:5<br />},<br />&#39;email&#39;:{<br />&#39;required&#39;:true,<br />&#39;email&#39;:true<br />}<br />}<br />})<br />}</p>
</p>
<p>Everything works fine when we use input type="submit"...<br />But it not working when we use input type="button"</p>
</p>
<p>I am new to Jquery ... Please Help</p>
]]></description>
        	        	<pubDate>Mon, 24 May 2010 13:53:37 +0300</pubDate>
        </item>
</channel>
</rss>