<?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 UI 1.8a1</title>
	<atom:link href="http://blog.jqueryui.com/2009/08/jquery-ui-18a1/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jqueryui.com/2009/08/jquery-ui-18a1/</link>
	<description>All news about jQuery UI</description>
	<lastBuildDate>Sat, 06 Mar 2010 17:06:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Perty</title>
		<link>http://blog.jqueryui.com/2009/08/jquery-ui-18a1/comment-page-1/#comment-1121</link>
		<dc:creator>Perty</dc:creator>
		<pubDate>Tue, 16 Feb 2010 13:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jqueryui.com/?p=234#comment-1121</guid>
		<description>Lot of whining here to fix stuff.

The source and bugs are there, why not help out instead?</description>
		<content:encoded><![CDATA[<p>Lot of whining here to fix stuff.</p>
<p>The source and bugs are there, why not help out instead?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir Jigounov</title>
		<link>http://blog.jqueryui.com/2009/08/jquery-ui-18a1/comment-page-1/#comment-960</link>
		<dc:creator>Vladimir Jigounov</dc:creator>
		<pubDate>Mon, 08 Feb 2010 05:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jqueryui.com/?p=234#comment-960</guid>
		<description>... regarding my previous post on how to connect more than two sortables.
The way to connect multiple sortables is not to call
sortable() multiple times:
$(&#039;#list1&#039;).sortable(&#039;option&#039;, &#039;connectWith&#039;, &#039;#list2&#039;);
$(&#039;#list1&#039;).sortable(&#039;option&#039;, &#039;connectWith&#039;, &#039;#list3&#039;);
but to call sortable() once with multi-selector:
$(&#039;#list1&#039;).sortable(&#039;option&#039;, &#039;connectWith&#039;, &#039;#list2,#list3&#039;);
- works like a charm.</description>
		<content:encoded><![CDATA[<p>&#8230; regarding my previous post on how to connect more than two sortables.<br />
The way to connect multiple sortables is not to call<br />
sortable() multiple times:<br />
$(&#8216;#list1&#8242;).sortable(&#8216;option&#8217;, &#8216;connectWith&#8217;, &#8216;#list2&#8242;);<br />
$(&#8216;#list1&#8242;).sortable(&#8216;option&#8217;, &#8216;connectWith&#8217;, &#8216;#list3&#8242;);<br />
but to call sortable() once with multi-selector:<br />
$(&#8216;#list1&#8242;).sortable(&#8216;option&#8217;, &#8216;connectWith&#8217;, &#8216;#list2,#list3&#8242;);<br />
- works like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir Jigounov</title>
		<link>http://blog.jqueryui.com/2009/08/jquery-ui-18a1/comment-page-1/#comment-959</link>
		<dc:creator>Vladimir Jigounov</dc:creator>
		<pubDate>Mon, 08 Feb 2010 03:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jqueryui.com/?p=234#comment-959</guid>
		<description>Thanks for this great product!
I have a question:
I can connect to sortable lists 1-2, 2-1.
But when I connect three sortable lists 1-2, 1-3, 2-1, 2-3, 3-1, 3-2
it only connects two of them. Is this possible to connect 3 sortable lists?</description>
		<content:encoded><![CDATA[<p>Thanks for this great product!<br />
I have a question:<br />
I can connect to sortable lists 1-2, 2-1.<br />
But when I connect three sortable lists 1-2, 1-3, 2-1, 2-3, 3-1, 3-2<br />
it only connects two of them. Is this possible to connect 3 sortable lists?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://blog.jqueryui.com/2009/08/jquery-ui-18a1/comment-page-1/#comment-945</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Thu, 04 Feb 2010 22:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jqueryui.com/?p=234#comment-945</guid>
		<description>Nested sortables sound exciting, but are pretty unmanageable in this implementation--lots of jitter. I think I&#039;ll be implementing my own version of this using hover events to connect sortables on the fly if possible.</description>
		<content:encoded><![CDATA[<p>Nested sortables sound exciting, but are pretty unmanageable in this implementation&#8211;lots of jitter. I think I&#8217;ll be implementing my own version of this using hover events to connect sortables on the fly if possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tep</title>
		<link>http://blog.jqueryui.com/2009/08/jquery-ui-18a1/comment-page-1/#comment-923</link>
		<dc:creator>tep</dc:creator>
		<pubDate>Mon, 01 Feb 2010 12:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jqueryui.com/?p=234#comment-923</guid>
		<description>what about memory leak for IE ??? It&#039;s sooo crucial !!!</description>
		<content:encoded><![CDATA[<p>what about memory leak for IE ??? It&#8217;s sooo crucial !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy Gavriely</title>
		<link>http://blog.jqueryui.com/2009/08/jquery-ui-18a1/comment-page-1/#comment-919</link>
		<dc:creator>Guy Gavriely</dc:creator>
		<pubDate>Sun, 31 Jan 2010 16:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jqueryui.com/?p=234#comment-919</guid>
		<description>Any plans to add autocomplete mustMatch capability ?</description>
		<content:encoded><![CDATA[<p>Any plans to add autocomplete mustMatch capability ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard D. Worth</title>
		<link>http://blog.jqueryui.com/2009/08/jquery-ui-18a1/comment-page-1/#comment-918</link>
		<dc:creator>Richard D. Worth</dc:creator>
		<pubDate>Sun, 31 Jan 2010 01:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jqueryui.com/?p=234#comment-918</guid>
		<description>@Patrick - This kind of customization is well handled by the jQuery UI CSS Framework. You can create a custom theme by hand that doesn&#039;t have these styles, or override them using plugin-specific. For more, see the jQuery Cookbook chapter written by Filament Group.</description>
		<content:encoded><![CDATA[<p>@Patrick &#8211; This kind of customization is well handled by the jQuery UI CSS Framework. You can create a custom theme by hand that doesn&#8217;t have these styles, or override them using plugin-specific. For more, see the jQuery Cookbook chapter written by Filament Group.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://blog.jqueryui.com/2009/08/jquery-ui-18a1/comment-page-1/#comment-916</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Sat, 30 Jan 2010 18:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jqueryui.com/?p=234#comment-916</guid>
		<description>Great! 

When looking at the tab definition in ui development, there is no &quot;widget header&quot; background. It would be nice if there were a format option for tabs that didn&#039;t have the background and outline, but instead just clean tabs :-)

jQuery rocks!
Patrick</description>
		<content:encoded><![CDATA[<p>Great! </p>
<p>When looking at the tab definition in ui development, there is no &#8220;widget header&#8221; background. It would be nice if there were a format option for tabs that didn&#8217;t have the background and outline, but instead just clean tabs <img src='http://blog.jqueryui.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>jQuery rocks!<br />
Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard D. Worth</title>
		<link>http://blog.jqueryui.com/2009/08/jquery-ui-18a1/comment-page-1/#comment-907</link>
		<dc:creator>Richard D. Worth</dc:creator>
		<pubDate>Thu, 28 Jan 2010 19:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jqueryui.com/?p=234#comment-907</guid>
		<description>@Dave - thanks for catching that. I&#039;ve updated the post.</description>
		<content:encoded><![CDATA[<p>@Dave &#8211; thanks for catching that. I&#8217;ve updated the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://blog.jqueryui.com/2009/08/jquery-ui-18a1/comment-page-1/#comment-904</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 28 Jan 2010 12:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jqueryui.com/?p=234#comment-904</guid>
		<description>@Richard (re @Scott)   What Scott is talking about is the broken Link to &#039;StackFix&#039; above under the &#039;New Plugins&#039; section of the &#039;jQuery UI 1.8a1&#039; stuff written by.... Yourself. :)

You really should know what you have written and got links to...  Might be an idea to Fix that before others start telling you all about it.

If StackFix was replaced by something then changing/removing the link is the most obvious thing to do.</description>
		<content:encoded><![CDATA[<p>@Richard (re @Scott)   What Scott is talking about is the broken Link to &#8216;StackFix&#8217; above under the &#8216;New Plugins&#8217; section of the &#8216;jQuery UI 1.8a1&#8242; stuff written by&#8230;. Yourself. <img src='http://blog.jqueryui.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You really should know what you have written and got links to&#8230;  Might be an idea to Fix that before others start telling you all about it.</p>
<p>If StackFix was replaced by something then changing/removing the link is the most obvious thing to do.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (user agent is rejected)
Database Caching 1/17 queries in 0.018 seconds using disk

Served from: ui.jquery.com @ 2010-03-18 13:03:18 -->