<?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: Shopify Tutorial: Making Sure a User Agrees to the Terms &amp; Conditions Using jQuery</title>
	<atom:link href="http://blog.tetsutakara.com/593/shopify-tutorial-making-sure-a-user-agrees-to-the-terms-conditions-using-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tetsutakara.com/593/shopify-tutorial-making-sure-a-user-agrees-to-the-terms-conditions-using-jquery/</link>
	<description>Tetsuro's Blog</description>
	<lastBuildDate>Fri, 05 Mar 2010 23:16:50 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kevin</title>
		<link>http://blog.tetsutakara.com/593/shopify-tutorial-making-sure-a-user-agrees-to-the-terms-conditions-using-jquery/comment-page-1/#comment-455</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 05 Mar 2010 23:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tetsutakara.com/?p=593#comment-455</guid>
		<description>This is great, but not quite what I am trying to do.  I actually need to require a number in a textarea.  How do I alter this to require the text field to not be empty and to be a numerical entry?</description>
		<content:encoded><![CDATA[<p>This is great, but not quite what I am trying to do.  I actually need to require a number in a textarea.  How do I alter this to require the text field to not be empty and to be a numerical entry?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sherika Meuser</title>
		<link>http://blog.tetsutakara.com/593/shopify-tutorial-making-sure-a-user-agrees-to-the-terms-conditions-using-jquery/comment-page-1/#comment-454</link>
		<dc:creator>Sherika Meuser</dc:creator>
		<pubDate>Fri, 05 Mar 2010 01:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tetsutakara.com/?p=593#comment-454</guid>
		<description>Hello, I came across this blog article while searching for help with JavaScript. I have recently switched browsers from Chrome to IE. Now I seem to have a issue with loading JavaScript. Everytime I browse page that needs Javascript, my computer freezes and I get a &quot;runtime error javascript.JSException: Unknown name&quot;. I can&#039;t seem to find out how to fix the problem. Any help is greatly appreciated! Thanks</description>
		<content:encoded><![CDATA[<p>Hello, I came across this blog article while searching for help with JavaScript. I have recently switched browsers from Chrome to IE. Now I seem to have a issue with loading JavaScript. Everytime I browse page that needs Javascript, my computer freezes and I get a &#8220;runtime error javascript.JSException: Unknown name&#8221;. I can&#8217;t seem to find out how to fix the problem. Any help is greatly appreciated! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tetsuro</title>
		<link>http://blog.tetsutakara.com/593/shopify-tutorial-making-sure-a-user-agrees-to-the-terms-conditions-using-jquery/comment-page-1/#comment-451</link>
		<dc:creator>Tetsuro</dc:creator>
		<pubDate>Mon, 18 Jan 2010 20:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tetsutakara.com/?p=593#comment-451</guid>
		<description>hey Marco, can you post the URL to your store? Maybe looking at your source code will help me figure out what&#039;s going on.

Cheers,

Tets</description>
		<content:encoded><![CDATA[<p>hey Marco, can you post the URL to your store? Maybe looking at your source code will help me figure out what&#8217;s going on.</p>
<p>Cheers,</p>
<p>Tets</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://blog.tetsutakara.com/593/shopify-tutorial-making-sure-a-user-agrees-to-the-terms-conditions-using-jquery/comment-page-1/#comment-450</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Sun, 17 Jan 2010 10:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tetsutakara.com/?p=593#comment-450</guid>
		<description>Hello,

I can not install this fonction. it doesn&#039;t work.
Perhap&#039;s I miss something.

1st thing I still have the jquery-1.3.2.min.js
It was include in the theme.
I have the Reconfigured templates.. .Perhap&#039;s it&#039;s the reason why...

I did add the checkbox in cart.liquid= OK
I didn&#039;t add this code cause it was still in my theme:&quot;{{ &#039;jquery-1.3.2.min.js&#039; &#124;asset_url  &#124; script_tag }}
&quot;
I did replace:
    &#187;
by
    &#187;
(I add # at checkout)

I had try with the noConflict mode too...

If I put # before checkout nothing happened except a refresh...

If I take of the # in the cart.liquid I&#039;m in the checkout page...

I had try to change the js file name as jqueryalert.js...
Same problem...
Can some one help me?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I can not install this fonction. it doesn&#8217;t work.<br />
Perhap&#8217;s I miss something.</p>
<p>1st thing I still have the jquery-1.3.2.min.js<br />
It was include in the theme.<br />
I have the Reconfigured templates.. .Perhap&#8217;s it&#8217;s the reason why&#8230;</p>
<p>I did add the checkbox in cart.liquid= OK<br />
I didn&#8217;t add this code cause it was still in my theme:&#8221;{{ &#8216;jquery-1.3.2.min.js&#8217; |asset_url  | script_tag }}<br />
&#8221;<br />
I did replace:<br />
    &raquo;<br />
by<br />
    &raquo;<br />
(I add # at checkout)</p>
<p>I had try with the noConflict mode too&#8230;</p>
<p>If I put # before checkout nothing happened except a refresh&#8230;</p>
<p>If I take of the # in the cart.liquid I&#8217;m in the checkout page&#8230;</p>
<p>I had try to change the js file name as jqueryalert.js&#8230;<br />
Same problem&#8230;<br />
Can some one help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tetsuro</title>
		<link>http://blog.tetsutakara.com/593/shopify-tutorial-making-sure-a-user-agrees-to-the-terms-conditions-using-jquery/comment-page-1/#comment-443</link>
		<dc:creator>Tetsuro</dc:creator>
		<pubDate>Mon, 21 Dec 2009 16:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tetsutakara.com/?p=593#comment-443</guid>
		<description>Hi Mandy,

Just took a look at your site&#039;s source code, and it doesn&#039;t look like you&#039;ve inserted the jQuery framework (step 2-3), as well as the Javascript code (step 5). Both of these are required in order for this to work.

Please go over the steps again and let us know how it goes.</description>
		<content:encoded><![CDATA[<p>Hi Mandy,</p>
<p>Just took a look at your site&#8217;s source code, and it doesn&#8217;t look like you&#8217;ve inserted the jQuery framework (step 2-3), as well as the Javascript code (step 5). Both of these are required in order for this to work.</p>
<p>Please go over the steps again and let us know how it goes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mandy Stos</title>
		<link>http://blog.tetsutakara.com/593/shopify-tutorial-making-sure-a-user-agrees-to-the-terms-conditions-using-jquery/comment-page-1/#comment-442</link>
		<dc:creator>Mandy Stos</dc:creator>
		<pubDate>Mon, 21 Dec 2009 15:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tetsutakara.com/?p=593#comment-442</guid>
		<description>Does anyone have any feedback they can supply to me? I researched over the weekend and am still not getting the checkbox to work. Please help!! I appreciate it very much.</description>
		<content:encoded><![CDATA[<p>Does anyone have any feedback they can supply to me? I researched over the weekend and am still not getting the checkbox to work. Please help!! I appreciate it very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mandy Stos</title>
		<link>http://blog.tetsutakara.com/593/shopify-tutorial-making-sure-a-user-agrees-to-the-terms-conditions-using-jquery/comment-page-1/#comment-438</link>
		<dc:creator>Mandy Stos</dc:creator>
		<pubDate>Fri, 18 Dec 2009 19:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tetsutakara.com/?p=593#comment-438</guid>
		<description>Hello Tetsuro:
I am having problems with getting the pop-up to well pop-up if the box is not check. I have uploaded the code I am using and where I placed it. If you could help at all I would appreciate it. Im stuck, big time.

http://i124.photobucket.com/albums/p32/graphicmaniac/themeliquid.jpg
http://i124.photobucket.com/albums/p32/graphicmaniac/cartliquid.jpg

Thanks so much to all of you!</description>
		<content:encoded><![CDATA[<p>Hello Tetsuro:<br />
I am having problems with getting the pop-up to well pop-up if the box is not check. I have uploaded the code I am using and where I placed it. If you could help at all I would appreciate it. Im stuck, big time.</p>
<p><a href="http://i124.photobucket.com/albums/p32/graphicmaniac/themeliquid.jpg" rel="nofollow">http://i124.photobucket.com/albums/p32/graphicmaniac/themeliquid.jpg</a><br />
<a href="http://i124.photobucket.com/albums/p32/graphicmaniac/cartliquid.jpg" rel="nofollow">http://i124.photobucket.com/albums/p32/graphicmaniac/cartliquid.jpg</a></p>
<p>Thanks so much to all of you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tetsuro</title>
		<link>http://blog.tetsutakara.com/593/shopify-tutorial-making-sure-a-user-agrees-to-the-terms-conditions-using-jquery/comment-page-1/#comment-188</link>
		<dc:creator>Tetsuro</dc:creator>
		<pubDate>Tue, 24 Nov 2009 21:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tetsutakara.com/?p=593#comment-188</guid>
		<description>Hi Stefan, hmm I&#039;m not sure if I fully understood your comment. Are you trying to check if the user has Javascript enabled?

Thanks for reading!</description>
		<content:encoded><![CDATA[<p>Hi Stefan, hmm I&#8217;m not sure if I fully understood your comment. Are you trying to check if the user has Javascript enabled?</p>
<p>Thanks for reading!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://blog.tetsutakara.com/593/shopify-tutorial-making-sure-a-user-agrees-to-the-terms-conditions-using-jquery/comment-page-1/#comment-182</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Tue, 24 Nov 2009 16:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tetsutakara.com/?p=593#comment-182</guid>
		<description>*ups* - long time no HTML post :/

Just drop me a mail for the source :)</description>
		<content:encoded><![CDATA[<p>*ups* &#8211; long time no HTML post :/</p>
<p>Just drop me a mail for the source :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://blog.tetsutakara.com/593/shopify-tutorial-making-sure-a-user-agrees-to-the-terms-conditions-using-jquery/comment-page-1/#comment-181</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Tue, 24 Nov 2009 16:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tetsutakara.com/?p=593#comment-181</guid>
		<description>Thanks Tetsuro!

Adding in 


					
						jQuery.noConflict();
						jQuery(&#039;#checkoutButton&#039;).html(&#039;&#039;);
					
				
					
						Please enable Javascript to proceed with checkout!
					
				

your shoppers have to enable Javascript before actually even being able to submit.</description>
		<content:encoded><![CDATA[<p>Thanks Tetsuro!</p>
<p>Adding in </p>
<p>						jQuery.noConflict();<br />
						jQuery(&#8217;#checkoutButton&#8217;).html(&#8221;);</p>
<p>						Please enable Javascript to proceed with checkout!</p>
<p>your shoppers have to enable Javascript before actually even being able to submit.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
