<?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: jClip</title>
	<atom:link href="http://www.ajaxblender.com/jclip-plugin.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxblender.com/jclip-plugin.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: Joe</title>
		<link>http://www.ajaxblender.com/jclip-plugin.html/comment-page-1#comment-1618</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 08 Jul 2011 14:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxblender.com/?p=1065#comment-1618</guid>
		<description>How would I animate the clip property?</description>
		<content:encoded><![CDATA[<p>How would I animate the clip property?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ajaxBlender.com</title>
		<link>http://www.ajaxblender.com/jclip-plugin.html/comment-page-1#comment-745</link>
		<dc:creator>ajaxBlender.com</dc:creator>
		<pubDate>Wed, 03 Nov 2010 13:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxblender.com/?p=1065#comment-745</guid>
		<description>Hi A!
$(this).attr(’clip’) – this will return a string. You should split it into array and then assign it to the clip function. 
For example:
var params = $(this).attr(’clip’).split(‘,’);
$(’.clip’).jclip(params[0], params[1], params[2], params[3]);</description>
		<content:encoded><![CDATA[<p>Hi A!<br />
$(this).attr(’clip’) – this will return a string. You should split it into array and then assign it to the clip function.<br />
For example:<br />
var params = $(this).attr(’clip’).split(‘,’);<br />
$(’.clip’).jclip(params[0], params[1], params[2], params[3]);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a</title>
		<link>http://www.ajaxblender.com/jclip-plugin.html/comment-page-1#comment-732</link>
		<dc:creator>a</dc:creator>
		<pubDate>Fri, 22 Oct 2010 09:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxblender.com/?p=1065#comment-732</guid>
		<description>here&#039;s the HTML again (removed brackets so it will actually show)

img class=&quot;clip&quot; src=&quot;images/01.jpg&quot; clip=&quot;30,50,120,120&quot;
img class=&quot;clip&quot; src=&quot;images/02.jpg&quot; clip=&quot;50,35,120,120&quot;</description>
		<content:encoded><![CDATA[<p>here&#8217;s the HTML again (removed brackets so it will actually show)</p>
<p>img class=&#8221;clip&#8221; src=&#8221;images/01.jpg&#8221; clip=&#8221;30,50,120,120&#8243;<br />
img class=&#8221;clip&#8221; src=&#8221;images/02.jpg&#8221; clip=&#8221;50,35,120,120&#8243;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a</title>
		<link>http://www.ajaxblender.com/jclip-plugin.html/comment-page-1#comment-731</link>
		<dc:creator>a</dc:creator>
		<pubDate>Fri, 22 Oct 2010 09:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxblender.com/?p=1065#comment-731</guid>
		<description>Hi!
Been trying to use this sort of simplified syntax without much success. Would you be able to help and let me know if this sort of &quot;inline&quot; syntax is at all possible with your plugin?

Thanks

JS:

$(document).ready(function(){
	$(&#039;.clip&#039;).jclip(  $(this).attr(&#039;clip&#039;) );		
});

HTML:</description>
		<content:encoded><![CDATA[<p>Hi!<br />
Been trying to use this sort of simplified syntax without much success. Would you be able to help and let me know if this sort of &#8220;inline&#8221; syntax is at all possible with your plugin?</p>
<p>Thanks</p>
<p>JS:</p>
<p>$(document).ready(function(){<br />
	$(&#8217;.clip&#8217;).jclip(  $(this).attr(&#8217;clip&#8217;) );<br />
});</p>
<p>HTML:</p>
]]></content:encoded>
	</item>
</channel>
</rss>

