<?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: Multiple Drag and Drop between two lists with jQuery</title>
	<atom:link href="http://thechriswalker.net/2009-02/multiple-drag-and-drop-between-two-lists-with-jquery.html/feed" rel="self" type="application/rss+xml" />
	<link>http://thechriswalker.net/2009-02/multiple-drag-and-drop-between-two-lists-with-jquery.html</link>
	<description>I like Web Development</description>
	<lastBuildDate>Fri, 30 Jul 2010 00:08:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Heidaya</title>
		<link>http://thechriswalker.net/2009-02/multiple-drag-and-drop-between-two-lists-with-jquery.html/comment-page-5#comment-782</link>
		<dc:creator>Heidaya</dc:creator>
		<pubDate>Thu, 29 Jul 2010 07:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://thechriswalker.net/?p=64#comment-782</guid>
		<description>hello ,

Not working the jQuery version latest than jquery1.2.6.min.js

It doesnot work in  jquery-1.3.2.min.js and latest

Any Ideas

Thank you
Hridaya</description>
		<content:encoded><![CDATA[<p>hello ,</p>
<p>Not working the jQuery version latest than jquery1.2.6.min.js</p>
<p>It doesnot work in  jquery-1.3.2.min.js and latest</p>
<p>Any Ideas</p>
<p>Thank you<br />
Hridaya</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://thechriswalker.net/2009-02/multiple-drag-and-drop-between-two-lists-with-jquery.html/comment-page-4#comment-778</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Fri, 09 Jul 2010 11:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://thechriswalker.net/?p=64#comment-778</guid>
		<description>Hey Chris,

many thanks for the script. I&#039;ve modified it so that original items get cloned and I&#039;m dropping the items in a sortable list. So far everything works great, but I&#039;m running into troubles when I select the draggable option &quot;connectToSortable&quot; (which normally requires the helper set to &quot;clone&quot;). This option allows me to have the dragged items interact with the droppable list (include placeholder css and so on) ... the only problem is, that the items get dropped in multiple times. I guess the &quot;connectToSortable&quot; option provides its own mechanism of adding the items to the new list and so the function assigned to the drop event (in droppable) gets called twice (ending up in 3 items instead of 1 or 5 instead of 2).

I&#039;ve poked around a bit with FireBug, but can&#039;t seem to put my finger on the root of the problem.

Any ideas would be greatly appreciated. :)</description>
		<content:encoded><![CDATA[<p>Hey Chris,</p>
<p>many thanks for the script. I&#8217;ve modified it so that original items get cloned and I&#8217;m dropping the items in a sortable list. So far everything works great, but I&#8217;m running into troubles when I select the draggable option &#8220;connectToSortable&#8221; (which normally requires the helper set to &#8220;clone&#8221;). This option allows me to have the dragged items interact with the droppable list (include placeholder css and so on) &#8230; the only problem is, that the items get dropped in multiple times. I guess the &#8220;connectToSortable&#8221; option provides its own mechanism of adding the items to the new list and so the function assigned to the drop event (in droppable) gets called twice (ending up in 3 items instead of 1 or 5 instead of 2).</p>
<p>I&#8217;ve poked around a bit with FireBug, but can&#8217;t seem to put my finger on the root of the problem.</p>
<p>Any ideas would be greatly appreciated. <img src='http://thechriswalker.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://thechriswalker.net/2009-02/multiple-drag-and-drop-between-two-lists-with-jquery.html/comment-page-4#comment-777</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 08 Jul 2010 19:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://thechriswalker.net/?p=64#comment-777</guid>
		<description>Sorry Judson, I haven&#039;t been monitoring this for a while.

In response to your question, of course you can! 

Simply get the Javascript to post the list data to a handler you have written in ColdFusion that updates an SQL database. Pretty much exactly how you said. Somebody posted earlier about doing the exact same thing (but with PHP backend instead of ColdFusion - but that makes no difference...)</description>
		<content:encoded><![CDATA[<p>Sorry Judson, I haven&#8217;t been monitoring this for a while.</p>
<p>In response to your question, of course you can! </p>
<p>Simply get the Javascript to post the list data to a handler you have written in ColdFusion that updates an SQL database. Pretty much exactly how you said. Somebody posted earlier about doing the exact same thing (but with PHP backend instead of ColdFusion &#8211; but that makes no difference&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Judson Terrell</title>
		<link>http://thechriswalker.net/2009-02/multiple-drag-and-drop-between-two-lists-with-jquery.html/comment-page-4#comment-776</link>
		<dc:creator>Judson Terrell</dc:creator>
		<pubDate>Thu, 08 Jul 2010 16:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://thechriswalker.net/?p=64#comment-776</guid>
		<description>Chris are you still following this thread?</description>
		<content:encoded><![CDATA[<p>Chris are you still following this thread?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Judson Terrell</title>
		<link>http://thechriswalker.net/2009-02/multiple-drag-and-drop-between-two-lists-with-jquery.html/comment-page-4#comment-768</link>
		<dc:creator>Judson Terrell</dc:creator>
		<pubDate>Wed, 23 Jun 2010 20:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://thechriswalker.net/?p=64#comment-768</guid>
		<description>is it possible to make the lists update to a sql database via Coldfusion? If so, how would I implement this code?

Thanks

J</description>
		<content:encoded><![CDATA[<p>is it possible to make the lists update to a sql database via Coldfusion? If so, how would I implement this code?</p>
<p>Thanks</p>
<p>J</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barclay</title>
		<link>http://thechriswalker.net/2009-02/multiple-drag-and-drop-between-two-lists-with-jquery.html/comment-page-4#comment-719</link>
		<dc:creator>Barclay</dc:creator>
		<pubDate>Wed, 26 May 2010 19:33:19 +0000</pubDate>
		<guid isPermaLink="false">http://thechriswalker.net/?p=64#comment-719</guid>
		<description>I have 48 ul&#039;s on my page contained in a div with fixed height and overflow set to auto.  Is it possible to get the div container to scroll when dragging to bottom of div?  I tried setting the scroll: true in draggable function but had no affect?</description>
		<content:encoded><![CDATA[<p>I have 48 ul&#8217;s on my page contained in a div with fixed height and overflow set to auto.  Is it possible to get the div container to scroll when dragging to bottom of div?  I tried setting the scroll: true in draggable function but had no affect?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://thechriswalker.net/2009-02/multiple-drag-and-drop-between-two-lists-with-jquery.html/comment-page-4#comment-710</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Tue, 27 Apr 2010 23:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://thechriswalker.net/?p=64#comment-710</guid>
		<description>Has anyone tried this fantastic bit of code with Google Chrome ? Even though the drag &amp; drop function works fine, it&#039;s just not pretty (at least with my own implementation).</description>
		<content:encoded><![CDATA[<p>Has anyone tried this fantastic bit of code with Google Chrome ? Even though the drag &amp; drop function works fine, it&#8217;s just not pretty (at least with my own implementation).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jagu</title>
		<link>http://thechriswalker.net/2009-02/multiple-drag-and-drop-between-two-lists-with-jquery.html/comment-page-4#comment-709</link>
		<dc:creator>jagu</dc:creator>
		<pubDate>Mon, 26 Apr 2010 22:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://thechriswalker.net/?p=64#comment-709</guid>
		<description>Hi,

I am beginner for jquery and looking for simple multiple div drag and drop using jquery.min.js and jquery-ui.min.js only(like chris example). Chris is tough for me.Please help me if anyone can.I tried ui.multidraggable.js pluggin form jquery but not found useful.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am beginner for jquery and looking for simple multiple div drag and drop using jquery.min.js and jquery-ui.min.js only(like chris example). Chris is tough for me.Please help me if anyone can.I tried ui.multidraggable.js pluggin form jquery but not found useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: faton</title>
		<link>http://thechriswalker.net/2009-02/multiple-drag-and-drop-between-two-lists-with-jquery.html/comment-page-4#comment-708</link>
		<dc:creator>faton</dc:creator>
		<pubDate>Mon, 26 Apr 2010 18:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://thechriswalker.net/?p=64#comment-708</guid>
		<description>excellent work,
saved me some hard working time 
thanks</description>
		<content:encoded><![CDATA[<p>excellent work,<br />
saved me some hard working time<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://thechriswalker.net/2009-02/multiple-drag-and-drop-between-two-lists-with-jquery.html/comment-page-4#comment-698</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 15 Apr 2010 17:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://thechriswalker.net/?p=64#comment-698</guid>
		<description>@Arnold - if you have a webkit browser then: &lt;a href=&quot;view-source:http://thechriswalker.net/select-drag/&quot; rel=&quot;nofollow&quot;&gt;view-source:http://thechriswalker.net/select-drag/&lt;/a&gt; should do it, otherwise you&#039;ll need to &quot;View Source&quot;.</description>
		<content:encoded><![CDATA[<p>@Arnold &#8211; if you have a webkit browser then: <a href="view-source:http://thechriswalker.net/select-drag/" rel="nofollow">view-source:http://thechriswalker.net/select-drag/</a> should do it, otherwise you&#8217;ll need to &#8220;View Source&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
