<?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: jShaker</title>
	<atom:link href="http://www.ajaxblender.com/jshaker.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxblender.com/jshaker.html</link>
	<description>A Whole Lot of AJAX!</description>
	<lastBuildDate>Tue, 10 Jan 2012 16:11:09 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Napa Valley Engagement Photography</title>
		<link>http://www.ajaxblender.com/jshaker.html/comment-page-1#comment-3061</link>
		<dc:creator>Napa Valley Engagement Photography</dc:creator>
		<pubDate>Thu, 10 Nov 2011 07:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxblender.com/?p=1142#comment-3061</guid>
		<description>As Charles said, is there no command to stop the animation? What use is this if there are no means to manipulate the animation- or if we are not told what those means are?</description>
		<content:encoded><![CDATA[<p>As Charles said, is there no command to stop the animation? What use is this if there are no means to manipulate the animation- or if we are not told what those means are?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ajaxBlender.com</title>
		<link>http://www.ajaxblender.com/jshaker.html/comment-page-1#comment-1389</link>
		<dc:creator>ajaxBlender.com</dc:creator>
		<pubDate>Tue, 24 May 2011 07:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxblender.com/?p=1142#comment-1389</guid>
		<description>Hello, KV!
This plugin has been done just for fun and to share simple jQuery plugins creation experience. We have not added stop function to the plugin.</description>
		<content:encoded><![CDATA[<p>Hello, KV!<br />
This plugin has been done just for fun and to share simple jQuery plugins creation experience. We have not added stop function to the plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KV</title>
		<link>http://www.ajaxblender.com/jshaker.html/comment-page-1#comment-1351</link>
		<dc:creator>KV</dc:creator>
		<pubDate>Tue, 17 May 2011 09:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxblender.com/?p=1142#comment-1351</guid>
		<description>$(document).ready(function(){
	   $(&#039;#block&#039;).click(function(){
	       $(this).jshaker();
	   });
	   $(&#039;#stop&#039;).click(function(){
	       $(&#039;#block&#039;).jshaker.stop();
	   });
});

i tried . but this cant stop.</description>
		<content:encoded><![CDATA[<p>$(document).ready(function(){<br />
	   $(&#8217;#block&#8217;).click(function(){<br />
	       $(this).jshaker();<br />
	   });<br />
	   $(&#8217;#stop&#8217;).click(function(){<br />
	       $(&#8217;#block&#8217;).jshaker.stop();<br />
	   });<br />
});</p>
<p>i tried . but this cant stop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronier Lopez</title>
		<link>http://www.ajaxblender.com/jshaker.html/comment-page-1#comment-1099</link>
		<dc:creator>Ronier Lopez</dc:creator>
		<pubDate>Tue, 19 Apr 2011 22:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxblender.com/?p=1142#comment-1099</guid>
		<description>Hey I don&#039;t know if you still interested on this script but I&#039;ve added the stop method :), you can use it like this :

$(&quot;#your-shaking-element&quot;).jshaker(); // to start the animation.

$(&quot;#your-shaking-element&quot;).jshaker.stop(); // to stop the animation :)

you can find it on https://github.com/ronier/jShaker

:) hope you find it useful.

See ya!</description>
		<content:encoded><![CDATA[<p>Hey I don&#8217;t know if you still interested on this script but I&#8217;ve added the stop method :), you can use it like this :</p>
<p>$(&#8221;#your-shaking-element&#8221;).jshaker(); // to start the animation.</p>
<p>$(&#8221;#your-shaking-element&#8221;).jshaker.stop(); // to stop the animation :)</p>
<p>you can find it on <a href="https://github.com/ronier/jShaker" rel="nofollow">https://github.com/ronier/jShaker</a></p>
<p>:) hope you find it useful.</p>
<p>See ya!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Inigo</title>
		<link>http://www.ajaxblender.com/jshaker.html/comment-page-1#comment-954</link>
		<dc:creator>Inigo</dc:creator>
		<pubDate>Wed, 16 Feb 2011 14:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxblender.com/?p=1142#comment-954</guid>
		<description>I find it sad and astonishing that developers spend so long building a great plugin like this only to negate any usefulness that people might have got from it by providing only the most tenuous documentation. As Charles said, is there no command to stop the animation? What use is this if there are no means to manipulate the animation- or if we are not told what those means are?

By not providing accessible, intelligible supporting documentation, sadly this is just another useless jQuery plugin from a developer who has wasted their own time as well as that of the people who might have been able to use this.</description>
		<content:encoded><![CDATA[<p>I find it sad and astonishing that developers spend so long building a great plugin like this only to negate any usefulness that people might have got from it by providing only the most tenuous documentation. As Charles said, is there no command to stop the animation? What use is this if there are no means to manipulate the animation- or if we are not told what those means are?</p>
<p>By not providing accessible, intelligible supporting documentation, sadly this is just another useless jQuery plugin from a developer who has wasted their own time as well as that of the people who might have been able to use this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suman</title>
		<link>http://www.ajaxblender.com/jshaker.html/comment-page-1#comment-786</link>
		<dc:creator>Suman</dc:creator>
		<pubDate>Sun, 21 Nov 2010 07:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxblender.com/?p=1142#comment-786</guid>
		<description>how about on mouseover?</description>
		<content:encoded><![CDATA[<p>how about on mouseover?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://www.ajaxblender.com/jshaker.html/comment-page-1#comment-648</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Wed, 07 Jul 2010 17:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxblender.com/?p=1142#comment-648</guid>
		<description>Is their a way to stop the shaker???</description>
		<content:encoded><![CDATA[<p>Is their a way to stop the shaker???</p>
]]></content:encoded>
	</item>
</channel>
</rss>

