<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jQuery Tutorials &#38; Plugins &#187; text</title>
	<atom:link href="http://jqueryblog.net/tag/text/feed/" rel="self" type="application/rss+xml" />
	<link>http://jqueryblog.net</link>
	<description></description>
	<lastBuildDate>Mon, 05 Jul 2010 08:45:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>jQSlickWrap for Slick Text Wrapping in jQuery</title>
		<link>http://jqueryblog.net/2009/11/jqslickwrap-for-slick-text-wrapping-in-jquery/</link>
		<comments>http://jqueryblog.net/2009/11/jqslickwrap-for-slick-text-wrapping-in-jquery/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 08:33:11 +0000</pubDate>
		<dc:creator>Osman Erdo&#287;an</dc:creator>
				<category><![CDATA[jQuery Plugin]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[image wrap]]></category>
		<category><![CDATA[jQSlickWrap]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Slick Text Wrapping]]></category>
		<category><![CDATA[slick wrap]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[Wrapping]]></category>

		<guid isPermaLink="false">http://jqueryblog.net/?p=62</guid>
		<description><![CDATA[We all know how to use a float property to float an image around a block of text. But what if you want to wrap content around an image… you know the actual image content itself not the block it takes up?  jQSlickWrap is a plugin for jQuery which enables you to easily and accurately [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fjqueryblog.net%2F2009%2F11%2Fjqslickwrap-for-slick-text-wrapping-in-jquery%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fjqueryblog.net%2F2009%2F11%2Fjqslickwrap-for-slick-text-wrapping-in-jquery%2F" height="61" width="51" /></a></div><p>We all know how to use a float property to float an image around a block of text. But what if you want to wrap content around an image… you know the actual image content itself not the block it takes up?  jQSlickWrap is a plugin for jQuery which enables you to easily and accurately wrap your text around the content of floated images.</p>
<p><img class="alignnone size-full wp-image-61" title="arrow[1]" src="http://jqueryblog.net/wp-content/uploads/2009/11/arrow1.png" alt="arrow[1]" width="500" height="250" /></p>
<p>Very very simple usage (:</p>
<pre class="brush: jscript;">$('img').slickWrap();</pre>
<p><strong>Example :</strong></p>
<pre class="brush: xml;">&lt;html&gt;
    &lt;head&gt;
        &lt;title&gt;jQSlickWrap Demo 1&lt;/title&gt;
        &lt;script src=&quot;./jquery-1.3.2.min.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
        &lt;script src=&quot;./jquery.slickwrap.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
        &lt;style type=&quot;text/css&quot;&gt;
            .wrapReady {
                float: left;
            }
        &lt;/style&gt;
        &lt;script type=&quot;text/javascript&quot; charset=&quot;UTF-8&quot;&gt;
            $(document).ready(function(){
                $('.wrapReady').slickWrap();
            });
        &lt;/script&gt;
    &lt;/head&gt;
    &lt;body&gt;
        &lt;img src=&quot;./myImage.jpg&quot; class=&quot;wrapReady&quot; /&gt;
        &lt;p&gt;Lots of text goes here..&lt;/p&gt;
    &lt;/body&gt;
&lt;/html&gt;</pre>
<p>See it in action <a href="http://jwf.us/projects/jQSlickWrap/example1.html" target="_blank">here</a>!</p>
<p><a href="http://code.google.com/p/jqslickwrap/downloads/detail?name=jquery.slickwrap.min.js" target="_blank">Download</a> &#8211; <a href="http://jwf.us/projects/jQSlickWrap/" target="_blank">Website</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jqueryblog.net/2009/11/jqslickwrap-for-slick-text-wrapping-in-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
