<?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: Combining Selectables And Draggables Using jQuery UI</title>
	<atom:link href="http://www.ryancoughlin.com/2008/11/23/combining-selectables-and-draggables-using-jquery-ui/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryancoughlin.com/2008/11/23/combining-selectables-and-draggables-using-jquery-ui/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 17:00:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Eric Morton</title>
		<link>http://www.ryancoughlin.com/2008/11/23/combining-selectables-and-draggables-using-jquery-ui/comment-page-1/#comment-984</link>
		<dc:creator>Eric Morton</dc:creator>
		<pubDate>Fri, 27 Jan 2012 20:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryancoughlin.com/?p=258#comment-984</guid>
		<description>The complete demo (linked at start of article) does not seem to work (broken link to jquery lib).
Copypasted the code from that page to a jsfiddle which works nicely: http://jsfiddle.net/PDPZx/</description>
		<content:encoded><![CDATA[<p>The complete demo (linked at start of article) does not seem to work (broken link to jquery lib).<br />
Copypasted the code from that page to a jsfiddle which works nicely: <a href="http://jsfiddle.net/PDPZx/" rel="nofollow">http://jsfiddle.net/PDPZx/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aj_dev</title>
		<link>http://www.ryancoughlin.com/2008/11/23/combining-selectables-and-draggables-using-jquery-ui/comment-page-1/#comment-958</link>
		<dc:creator>aj_dev</dc:creator>
		<pubDate>Sat, 20 Aug 2011 12:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryancoughlin.com/?p=258#comment-958</guid>
		<description>The demo isn&#039;t working... Not in Chrome, IE, or FF with firebug installed.  Firebug errors:

Unknown property &#039;font-color&#039;. Declaration dropped.
[Break On This Error] $(function() {
index.html (line 54)

reference to undefined property fbs.breakpoints[url]
[Break On This Error] return fbs.breakpoints[url];
firebu...vice.js 
(line 3236)

$ is not defined
[Break On This Error] $(function() {
index.html (line 54)

reference to undefined property persistedState.panelState[panel.name]
[Break On This Error] return persistedState.panelState[panel.name]; 
firebug.js 
(line 1274)

IE gives this error:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; InfoPath.3)
Timestamp: Sat, 20 Aug 2011 12:13:31 UTC


Message: Object expected
Line: 54
Char: 2
Code: 0
URI: http://ryancoughlin.com/demos/dragselect/index.html


Would be really great if it worked</description>
		<content:encoded><![CDATA[<p>The demo isn&#8217;t working&#8230; Not in Chrome, IE, or FF with firebug installed.  Firebug errors:</p>
<p>Unknown property &#8216;font-color&#8217;. Declaration dropped.<br />
[Break On This Error] $(function() {<br />
index.html (line 54)</p>
<p>reference to undefined property fbs.breakpoints[url]<br />
[Break On This Error] return fbs.breakpoints[url];<br />
firebu&#8230;vice.js<br />
(line 3236)</p>
<p>$ is not defined<br />
[Break On This Error] $(function() {<br />
index.html (line 54)</p>
<p>reference to undefined property persistedState.panelState[panel.name]<br />
[Break On This Error] return persistedState.panelState[panel.name];<br />
firebug.js<br />
(line 1274)</p>
<p>IE gives this error:</p>
<p>Webpage error details</p>
<p>User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; InfoPath.3)<br />
Timestamp: Sat, 20 Aug 2011 12:13:31 UTC</p>
<p>Message: Object expected<br />
Line: 54<br />
Char: 2<br />
Code: 0<br />
URI: <a href="http://ryancoughlin.com/demos/dragselect/index.html" rel="nofollow">http://ryancoughlin.com/demos/dragselect/index.html</a></p>
<p>Would be really great if it worked</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sachin</title>
		<link>http://www.ryancoughlin.com/2008/11/23/combining-selectables-and-draggables-using-jquery-ui/comment-page-1/#comment-867</link>
		<dc:creator>sachin</dc:creator>
		<pubDate>Wed, 22 Dec 2010 13:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryancoughlin.com/?p=258#comment-867</guid>
		<description>Hi Ryan

Thanks for this useful article. 
its works perfect to me but i also want the droppable functionality. 

the draggable elements should be returned back to original place if i dropped them in a non droppable place.

Please help me out</description>
		<content:encoded><![CDATA[<p>Hi Ryan</p>
<p>Thanks for this useful article.<br />
its works perfect to me but i also want the droppable functionality. </p>
<p>the draggable elements should be returned back to original place if i dropped them in a non droppable place.</p>
<p>Please help me out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ichbindiegute</title>
		<link>http://www.ryancoughlin.com/2008/11/23/combining-selectables-and-draggables-using-jquery-ui/comment-page-1/#comment-858</link>
		<dc:creator>ichbindiegute</dc:creator>
		<pubDate>Wed, 01 Dec 2010 08:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryancoughlin.com/?p=258#comment-858</guid>
		<description>This is exactly what I was searching for, thank you!
Do you have any clue why the script doesn&#039;t work with JQuery 1.4.X?</description>
		<content:encoded><![CDATA[<p>This is exactly what I was searching for, thank you!<br />
Do you have any clue why the script doesn&#8217;t work with JQuery 1.4.X?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melissa Domenico</title>
		<link>http://www.ryancoughlin.com/2008/11/23/combining-selectables-and-draggables-using-jquery-ui/comment-page-1/#comment-791</link>
		<dc:creator>Melissa Domenico</dc:creator>
		<pubDate>Wed, 10 Nov 2010 22:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryancoughlin.com/?p=258#comment-791</guid>
		<description>Great post, thank you. I signed to your blog RSS.</description>
		<content:encoded><![CDATA[<p>Great post, thank you. I signed to your blog RSS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mircea</title>
		<link>http://www.ryancoughlin.com/2008/11/23/combining-selectables-and-draggables-using-jquery-ui/comment-page-1/#comment-588</link>
		<dc:creator>Mircea</dc:creator>
		<pubDate>Fri, 05 Feb 2010 18:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryancoughlin.com/?p=258#comment-588</guid>
		<description>Great demo!
Is there any way to make it work with jQuery 1.4?
It does not work with 1.4 and I can&#039;t figure it out why.

Thank you.</description>
		<content:encoded><![CDATA[<p>Great demo!<br />
Is there any way to make it work with jQuery 1.4?<br />
It does not work with 1.4 and I can&#8217;t figure it out why.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madman</title>
		<link>http://www.ryancoughlin.com/2008/11/23/combining-selectables-and-draggables-using-jquery-ui/comment-page-1/#comment-583</link>
		<dc:creator>Madman</dc:creator>
		<pubDate>Tue, 02 Feb 2010 12:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryancoughlin.com/?p=258#comment-583</guid>
		<description>Hey, thank you! Helped me a lot! *Thumbs Up*</description>
		<content:encoded><![CDATA[<p>Hey, thank you! Helped me a lot! *Thumbs Up*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 25 Tutorials and Resources for Learning jQuery UI &#124; EMDMA</title>
		<link>http://www.ryancoughlin.com/2008/11/23/combining-selectables-and-draggables-using-jquery-ui/comment-page-1/#comment-566</link>
		<dc:creator>25 Tutorials and Resources for Learning jQuery UI &#124; EMDMA</dc:creator>
		<pubDate>Wed, 20 Jan 2010 23:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryancoughlin.com/?p=258#comment-566</guid>
		<description>[...] Combining Selectables And Draggables Using jQuery UI [...]</description>
		<content:encoded><![CDATA[<p>[...] Combining Selectables And Draggables Using jQuery UI [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 25 Tutorials and Resources for Learning jQuery UI &#124; Programming Blog</title>
		<link>http://www.ryancoughlin.com/2008/11/23/combining-selectables-and-draggables-using-jquery-ui/comment-page-1/#comment-564</link>
		<dc:creator>25 Tutorials and Resources for Learning jQuery UI &#124; Programming Blog</dc:creator>
		<pubDate>Wed, 20 Jan 2010 11:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryancoughlin.com/?p=258#comment-564</guid>
		<description>[...] Combining Selectables And Draggables Using jQuery UI [...]</description>
		<content:encoded><![CDATA[<p>[...] Combining Selectables And Draggables Using jQuery UI [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 25 Tutorials and Resources for Learning jQuery UI &#183; rogdykker</title>
		<link>http://www.ryancoughlin.com/2008/11/23/combining-selectables-and-draggables-using-jquery-ui/comment-page-1/#comment-562</link>
		<dc:creator>25 Tutorials and Resources for Learning jQuery UI &#183; rogdykker</dc:creator>
		<pubDate>Wed, 20 Jan 2010 10:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ryancoughlin.com/?p=258#comment-562</guid>
		<description>[...] Combining Selectables And Draggables Using jQuery UI [...]</description>
		<content:encoded><![CDATA[<p>[...] Combining Selectables And Draggables Using jQuery UI [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

