<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: jQuery validator annoyances</title>
	<atom:link href="http://www.seodenver.com/jquery-validator-annoyances/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.seodenver.com/jquery-validator-annoyances/</link>
	<description>Websites designed and optimized for results.</description>
	<lastBuildDate>Sat, 11 Feb 2012 19:59:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: hpi check free</title>
		<link>http://www.seodenver.com/jquery-validator-annoyances/#comment-8852</link>
		<dc:creator>hpi check free</dc:creator>
		<pubDate>Mon, 15 Nov 2010 10:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=412#comment-8852</guid>
		<description>Does anyone know if fixing JQuery errors will improve SEO?

I am clutching at straws now.

I have a site which has an SEO score of 100% but still strugling for top 5 for main search term and before you say it, yes we do have lots of backlinks too. 45,000 in total.</description>
		<content:encoded><![CDATA[<p>Does anyone know if fixing JQuery errors will improve SEO?</p>
<p>I am clutching at straws now.</p>
<p>I have a site which has an SEO score of 100% but still strugling for top 5 for main search term and before you say it, yes we do have lots of backlinks too. 45,000 in total.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: giappv</title>
		<link>http://www.seodenver.com/jquery-validator-annoyances/#comment-8805</link>
		<dc:creator>giappv</dc:creator>
		<pubDate>Tue, 09 Nov 2010 09:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=412#comment-8805</guid>
		<description>Dear,

I got validator is null. I tried many ways to fix this issue but unfortunately, it still happens.
Would you like to help me?

Regards
Phil</description>
		<content:encoded><![CDATA[<p>Dear,</p>
<p>I got validator is null. I tried many ways to fix this issue but unfortunately, it still happens.<br />
Would you like to help me?</p>
<p>Regards<br />
Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean O</title>
		<link>http://www.seodenver.com/jquery-validator-annoyances/#comment-3062</link>
		<dc:creator>Sean O</dc:creator>
		<pubDate>Wed, 01 Sep 2010 14:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=412#comment-3062</guid>
		<description>Changing from the ID of the form element: [$(&#039;#my-form&#039;).validate()] to simply: [$(&#039;form&#039;).validate()] eliminated IE Script Debugger errors for me.

(jQuery v1.4.2, Validate plugin v1.7)

--SEAN O</description>
		<content:encoded><![CDATA[<p>Changing from the ID of the form element: [$('#my-form').validate()] to simply: [$('form').validate()] eliminated IE Script Debugger errors for me.</p>
<p>(jQuery v1.4.2, Validate plugin v1.7)</p>
<p>&#8211;SEAN O</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spencer</title>
		<link>http://www.seodenver.com/jquery-validator-annoyances/#comment-3003</link>
		<dc:creator>Spencer</dc:creator>
		<pubDate>Thu, 12 Aug 2010 05:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=412#comment-3003</guid>
		<description>That last comment was on the right track, but not very helpful for me.  Turns out that I was getting this error because my form does not have an id.  I added an id attribute to the form element, and the error disappeared.  I believe that it is because the latest version of validate uses the jQuery data functionality and it doesn&#039;t find the element to store the data in.</description>
		<content:encoded><![CDATA[<p>That last comment was on the right track, but not very helpful for me.  Turns out that I was getting this error because my form does not have an id.  I added an id attribute to the form element, and the error disappeared.  I believe that it is because the latest version of validate uses the jQuery data functionality and it doesn&#8217;t find the element to store the data in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: codeho</title>
		<link>http://www.seodenver.com/jquery-validator-annoyances/#comment-2160</link>
		<dc:creator>codeho</dc:creator>
		<pubDate>Tue, 05 Jan 2010 22:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=412#comment-2160</guid>
		<description>So i had the exact same problem in IE8 on windows 7,
but none of the above stated solutions fixed this.
what finally did fix it was that i had to change:
$(&#039;#myformId&#039;).validate(
 rules: ..........
to:
$(&#039;form&#039;).validate(
 rules: .............
after that it worked fine in all browsers.
ch</description>
		<content:encoded><![CDATA[<p>So i had the exact same problem in IE8 on windows 7,<br />
but none of the above stated solutions fixed this.<br />
what finally did fix it was that i had to change:<br />
$(&#8216;#myformId&#8217;).validate(<br />
 rules: &#8230;&#8230;&#8230;.<br />
to:<br />
$(&#8216;form&#8217;).validate(<br />
 rules: &#8230;&#8230;&#8230;&#8230;.<br />
after that it worked fine in all browsers.<br />
ch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery Validator Plugin and IE8 &#124; Anuj Gakhar's Blog</title>
		<link>http://www.seodenver.com/jquery-validator-annoyances/#comment-2001</link>
		<dc:creator>jQuery Validator Plugin and IE8 &#124; Anuj Gakhar's Blog</dc:creator>
		<pubDate>Fri, 30 Oct 2009 16:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=412#comment-2001</guid>
		<description>[...] None of that worked. After about a million WTF&#8217;s and approx. 6.5 hours of time wasted, I found this out. http://www.seodenver.com/jquery-validator-annoyances/ [...]</description>
		<content:encoded><![CDATA[<p>[...] None of that worked. After about a million WTF&#8217;s and approx. 6.5 hours of time wasted, I found this out. <a href="http://www.seodenver.com/jquery-validator-annoyances/">http://www.seodenver.com/jquery-validator-annoyances/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant</title>
		<link>http://www.seodenver.com/jquery-validator-annoyances/#comment-1286</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Fri, 19 Jun 2009 20:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=412#comment-1286</guid>
		<description>I actually had quite a few issues with this as well. The thing that worked for me was setting the charset of all of the jquery script files to charset=&quot;ISO-8859-1&quot; and also using the validate.min.js . . . now it works like a charm in IE6 as well as in all others.

I did it as follows:
&lt;code&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;jquery.validate.min.js&quot; charset=&quot;ISO-8859-1&quot;&gt;&lt;/code&gt;

Hope this helps someone avoid all of the same headaches I had.</description>
		<content:encoded><![CDATA[<p>I actually had quite a few issues with this as well. The thing that worked for me was setting the charset of all of the jquery script files to charset=&#8221;ISO-8859-1&#8243; and also using the validate.min.js . . . now it works like a charm in IE6 as well as in all others.</p>
<p>I did it as follows:<br />
<code>&lt;script type="text/javascript" src="jquery.validate.min.js" charset="ISO-8859-1"&gt;</code></p>
<p>Hope this helps someone avoid all of the same headaches I had.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Cansan</title>
		<link>http://www.seodenver.com/jquery-validator-annoyances/#comment-1288</link>
		<dc:creator>Ron Cansan</dc:creator>
		<pubDate>Mon, 25 May 2009 04:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=412#comment-1288</guid>
		<description>Just pack it using another tool
suggestion compressorrater thruhere net
packer 3.1 alpha</description>
		<content:encoded><![CDATA[<p>Just pack it using another tool<br />
suggestion compressorrater thruhere net<br />
packer 3.1 alpha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.seodenver.com/jquery-validator-annoyances/#comment-1287</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 25 Feb 2009 01:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://katzwebdesign.wordpress.com/?p=412#comment-1287</guid>
		<description>This solution actually works. I&#039;m having a different error but I suspect that its the jquery validator that is causing it.

Lesson learned. &quot;Smallest is not the best option&quot;</description>
		<content:encoded><![CDATA[<p>This solution actually works. I&#8217;m having a different error but I suspect that its the jquery validator that is causing it.</p>
<p>Lesson learned. &#8220;Smallest is not the best option&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Object Caching 0/0 objects using disk: basic

Served from: www.seodenver.com @ 2012-02-11 13:41:28 -->
