<?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: Dropping items from a draggable list to a sortable list</title>
	<atom:link href="http://the-stickman.com/web-development/javascript/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/feed/" rel="self" type="application/rss+xml" />
	<link>http://the-stickman.com/web-development/javascript/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/</link>
	<description>Random developer notes</description>
	<lastBuildDate>Fri, 09 Jul 2010 18:01:55 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ben</title>
		<link>http://the-stickman.com/web-development/javascript/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/comment-page-1/#comment-1381</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 31 Mar 2010 12:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/uncategorized/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/#comment-1381</guid>
		<description>Perfect! Just what I was looking for :)</description>
		<content:encoded><![CDATA[<p>Perfect! Just what I was looking for <img src='http://the-stickman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vig0</title>
		<link>http://the-stickman.com/web-development/javascript/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/comment-page-1/#comment-1351</link>
		<dc:creator>vig0</dc:creator>
		<pubDate>Tue, 12 Jan 2010 02:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/uncategorized/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/#comment-1351</guid>
		<description>I was beating my brains out trying to figure this out... thanks for the example!</description>
		<content:encoded><![CDATA[<p>I was beating my brains out trying to figure this out&#8230; thanks for the example!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://the-stickman.com/web-development/javascript/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/comment-page-1/#comment-1313</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 10 Nov 2009 18:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/uncategorized/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/#comment-1313</guid>
		<description>Freakin&#039; brilliant . . . so many other sites out there have 10 times as much code but don&#039;t work as well (or at all).

Any ideas on how to submit the sortable list items in the order they&#039;ve been arranged to a php/mysql database solution?</description>
		<content:encoded><![CDATA[<p>Freakin&#8217; brilliant . . . so many other sites out there have 10 times as much code but don&#8217;t work as well (or at all).</p>
<p>Any ideas on how to submit the sortable list items in the order they&#8217;ve been arranged to a php/mysql database solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego Arbelaez</title>
		<link>http://the-stickman.com/web-development/javascript/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/comment-page-1/#comment-1308</link>
		<dc:creator>Diego Arbelaez</dc:creator>
		<pubDate>Wed, 28 Oct 2009 16:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/uncategorized/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/#comment-1308</guid>
		<description>Great! just what i needed... couldnt figure out why i could not drop a DRAGGABLE item in a SORTABLE container until i moved an item from the SORTABLE first... very weird but working now, thanks!</description>
		<content:encoded><![CDATA[<p>Great! just what i needed&#8230; couldnt figure out why i could not drop a DRAGGABLE item in a SORTABLE container until i moved an item from the SORTABLE first&#8230; very weird but working now, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yann Dìnendal</title>
		<link>http://the-stickman.com/web-development/javascript/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/comment-page-1/#comment-1257</link>
		<dc:creator>Yann Dìnendal</dc:creator>
		<pubDate>Thu, 18 Jun 2009 09:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/uncategorized/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/#comment-1257</guid>
		<description>Thanks! $(&#039;mySortable&#039;).sortable(&#039;refresh&#039;); solved my problem!
I was trying to debug this for a few days... I didn&#039;t see any reason why I couldn&#039;t drop any draggable on my sortable if I didn&#039;t refresh first...
Is there a bug report on this?</description>
		<content:encoded><![CDATA[<p>Thanks! $(&#8216;mySortable&#8217;).sortable(&#8216;refresh&#8217;); solved my problem!<br />
I was trying to debug this for a few days&#8230; I didn&#8217;t see any reason why I couldn&#8217;t drop any draggable on my sortable if I didn&#8217;t refresh first&#8230;<br />
Is there a bug report on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://the-stickman.com/web-development/javascript/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/comment-page-1/#comment-1180</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 30 Mar 2009 03:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/uncategorized/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/#comment-1180</guid>
		<description>That refresh call was just what I needed. Great find - thanks for publishing it!</description>
		<content:encoded><![CDATA[<p>That refresh call was just what I needed. Great find &#8211; thanks for publishing it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swamy</title>
		<link>http://the-stickman.com/web-development/javascript/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/comment-page-1/#comment-1173</link>
		<dc:creator>swamy</dc:creator>
		<pubDate>Tue, 24 Mar 2009 06:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/uncategorized/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/#comment-1173</guid>
		<description>Thanks a lot stickman, that was neat. But i&#039;m wondering how do you now get the items back from the sortable to the drag-pool again? Suppose the user wants to undo a selection and remove an item from the sort list? Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks a lot stickman, that was neat. But i&#8217;m wondering how do you now get the items back from the sortable to the drag-pool again? Suppose the user wants to undo a selection and remove an item from the sort list? Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://the-stickman.com/web-development/javascript/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/comment-page-1/#comment-1166</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Thu, 12 Mar 2009 03:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/uncategorized/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/#comment-1166</guid>
		<description>I would be interested to know why you decided to switch from MooTools....</description>
		<content:encoded><![CDATA[<p>I would be interested to know why you decided to switch from MooTools&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: loucapo</title>
		<link>http://the-stickman.com/web-development/javascript/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/comment-page-1/#comment-1147</link>
		<dc:creator>loucapo</dc:creator>
		<pubDate>Mon, 09 Feb 2009 23:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/uncategorized/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/#comment-1147</guid>
		<description>this example is exactly what i need to do. I changed the selector for the sortable to be a class and it doesn&#039;t seem to work in doing it this way. think i am missing something else?

here is a snippet of my code:
$(&quot;ul.droptrue &gt; li&quot;).draggable({
	helper:&#039;clone&#039;,
	connectToSortable:&#039;.dropCatch&#039;,
	opacity: .50,
});</description>
		<content:encoded><![CDATA[<p>this example is exactly what i need to do. I changed the selector for the sortable to be a class and it doesn&#8217;t seem to work in doing it this way. think i am missing something else?</p>
<p>here is a snippet of my code:<br />
$(&#8220;ul.droptrue &gt; li&#8221;).draggable({<br />
	helper:&#8217;clone&#8217;,<br />
	connectToSortable:&#8217;.dropCatch&#8217;,<br />
	opacity: .50,<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott W.</title>
		<link>http://the-stickman.com/web-development/javascript/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/comment-page-1/#comment-1123</link>
		<dc:creator>Scott W.</dc:creator>
		<pubDate>Sat, 27 Dec 2008 17:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/uncategorized/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/#comment-1123</guid>
		<description>Thank you for providing this example... this is most helpful :)</description>
		<content:encoded><![CDATA[<p>Thank you for providing this example&#8230; this is most helpful <img src='http://the-stickman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
