<?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>Wed, 03 Aug 2011 09:35:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: J00nz</title>
		<link>http://the-stickman.com/web-development/javascript/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/comment-page-1/#comment-1553</link>
		<dc:creator>J00nz</dc:creator>
		<pubDate>Tue, 22 Mar 2011 08:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/uncategorized/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/#comment-1553</guid>
		<description>Look&#039;s like this don&#039;t work in ie, at least not in ie9... Works great in chrome though....</description>
		<content:encoded><![CDATA[<p>Look&#8217;s like this don&#8217;t work in ie, at least not in ie9&#8230; Works great in chrome though&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amita</title>
		<link>http://the-stickman.com/web-development/javascript/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/comment-page-1/#comment-1486</link>
		<dc:creator>amita</dc:creator>
		<pubDate>Thu, 21 Oct 2010 16:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/uncategorized/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/#comment-1486</guid>
		<description>Hey
excellent work!!!

$(‘mySortable’).sortable(‘refresh’);

it sloved my problem in a sec...
I was trying to debug this for a few days… I didn’t see any reason why I couldn’t drop any draggable on my sortable if I didn’t refresh first…</description>
		<content:encoded><![CDATA[<p>Hey<br />
excellent work!!!</p>
<p>$(‘mySortable’).sortable(‘refresh’);</p>
<p>it sloved my problem in a sec&#8230;<br />
I was trying to debug this for a few days… I didn’t see any reason why I couldn’t drop any draggable on my sortable if I didn’t refresh first…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shahid</title>
		<link>http://the-stickman.com/web-development/javascript/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/comment-page-1/#comment-1482</link>
		<dc:creator>Shahid</dc:creator>
		<pubDate>Mon, 11 Oct 2010 10:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://the-stickman.com/uncategorized/jquery-dropping-items-from-a-draggable-list-to-a-sortable-list/#comment-1482</guid>
		<description>Hi, Thanks for this wonderful script. I was searching for this kind of effect. 
Thanks again:)</description>
		<content:encoded><![CDATA[<p>Hi, Thanks for this wonderful script. I was searching for this kind of effect.<br />
Thanks again:)</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

