
<?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 hover caption plugin.</title>
	<atom:link href="http://coryschires.com/jquery-hover-caption-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://coryschires.com/jquery-hover-caption-plugin/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 22 Jul 2010 13:27:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: admin</title>
		<link>http://coryschires.com/jquery-hover-caption-plugin/comment-page-1/#comment-329</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 09 Jun 2010 04:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=202#comment-329</guid>
		<description>@Jason

I don&#039;t see why not. It&#039;s a fairly simple plugin. But generally, packing lots of javascript into a lightbox can be problematic - at least in my experience. Make sure your lightbox plugin is solid.

Some advice. Try to steer clear of iframes if you&#039;re trying to pack complicated functionality into a lightbox. You&#039;ll have fewer bugs if you can load the content from a hidden inline div.</description>
		<content:encoded><![CDATA[<p>@Jason</p>
<p>I don&#8217;t see why not. It&#8217;s a fairly simple plugin. But generally, packing lots of javascript into a lightbox can be problematic &#8211; at least in my experience. Make sure your lightbox plugin is solid.</p>
<p>Some advice. Try to steer clear of iframes if you&#8217;re trying to pack complicated functionality into a lightbox. You&#8217;ll have fewer bugs if you can load the content from a hidden inline div.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Day</title>
		<link>http://coryschires.com/jquery-hover-caption-plugin/comment-page-1/#comment-328</link>
		<dc:creator>Jason Day</dc:creator>
		<pubDate>Wed, 09 Jun 2010 00:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=202#comment-328</guid>
		<description>Will this work with a lightbox?</description>
		<content:encoded><![CDATA[<p>Will this work with a lightbox?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory Schires</title>
		<link>http://coryschires.com/jquery-hover-caption-plugin/comment-page-1/#comment-300</link>
		<dc:creator>Cory Schires</dc:creator>
		<pubDate>Sun, 23 May 2010 16:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=202#comment-300</guid>
		<description>@Charlie

Not exactly sure what you&#039;re asking. You can specify which images the plugin will be applied to by using a CSS selector. So if you want to apply the hover effect to every img element on the entire page, you&#039;d use:

    $(&#039;img&#039;).hover_caption();


But if you&#039;re looking to apply the plugin to a smaller set of images, you&#039;ll need to first add a class to each of those images (e.g. class=&quot;use_hover&quot;). Then you&#039;ll need to adjust the plugin&#039;s css selector accordingly. For example:

    $(&#039;img.use_hover&#039;).hover_caption();


That would then call the plugin on all images with a class of &#039;use_hover&#039;.

Hope that clears up the confusion. If not, lemme know.</description>
		<content:encoded><![CDATA[<p>@Charlie</p>
<p>Not exactly sure what you&#8217;re asking. You can specify which images the plugin will be applied to by using a CSS selector. So if you want to apply the hover effect to every img element on the entire page, you&#8217;d use:</p>
<p>    $(&#8216;img&#8217;).hover_caption();</p>
<p>But if you&#8217;re looking to apply the plugin to a smaller set of images, you&#8217;ll need to first add a class to each of those images (e.g. class=&#8221;use_hover&#8221;). Then you&#8217;ll need to adjust the plugin&#8217;s css selector accordingly. For example:</p>
<p>    $(&#8216;img.use_hover&#8217;).hover_caption();</p>
<p>That would then call the plugin on all images with a class of &#8216;use_hover&#8217;.</p>
<p>Hope that clears up the confusion. If not, lemme know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://coryschires.com/jquery-hover-caption-plugin/comment-page-1/#comment-297</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Sat, 22 May 2010 18:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=202#comment-297</guid>
		<description>This is great but what if I don&#039;t want a caption on a particular image?</description>
		<content:encoded><![CDATA[<p>This is great but what if I don&#8217;t want a caption on a particular image?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 Stylish jQuery caption plugins</title>
		<link>http://coryschires.com/jquery-hover-caption-plugin/comment-page-1/#comment-28</link>
		<dc:creator>10 Stylish jQuery caption plugins</dc:creator>
		<pubDate>Wed, 10 Feb 2010 10:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=202#comment-28</guid>
		<description>[...] 10. JQuery hover caption plugin [...]</description>
		<content:encoded><![CDATA[<p>[...] 10. JQuery hover caption plugin [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://coryschires.com/jquery-hover-caption-plugin/comment-page-1/#comment-16</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Fri, 08 Jan 2010 04:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=202#comment-16</guid>
		<description>Awesome!</description>
		<content:encoded><![CDATA[<p>Awesome!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
