<?xml version="1.0" encoding="UTF-8"?>
<wiki>
  <body>&lt;link rel=&quot;stylesheet&quot; title=&quot;Sunburst&quot; href=&quot;http://code.riiv.net/assets/styles/sunburst.css&quot;&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://code.riiv.net/assets/scripts/jquery-1.2.6.pack.js&quot;&gt;&lt;/script&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;http://github.com/raid-ox/chain.js/tree/v0.1-stable/build/chain.js?raw=true&quot;&gt;&lt;/script&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;http://github.com/raid-ox/interaction.js/tree/v0.1-stable/build/interaction.js?raw=true&quot;&gt;&lt;/script&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;http://code.riiv.net/assets/scripts/jquery-noconflict.js&quot;&gt;&lt;/script&gt;&lt;p style=&quot;background:#eee; padding:4px 2px;&quot;&gt;[[Demos]] &amp;gt; &lt;strong&gt;Multiple Sortable&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Try to drag an item to the other list.&lt;/p&gt;
&lt;div style=&quot;background:#DCE9F4;padding:0.5em;margin-bottom:1em;&quot;&gt;
&lt;div style=&quot;background:white;float:left;width:250px;color:#444;border:1px solid #BBB;&quot; class=&quot;sortable&quot; id=&quot;demo-sortable1&quot;&gt;
		&lt;div style=&quot;text-align:left;cursor:default;width:240px;background:#DCE9F4;padding:4px;margin:1px;&quot; class=&quot;item&quot;&gt;&lt;span class=&quot;first&quot;&gt;First&lt;/span&gt; &lt;span class=&quot;last&quot;&gt;Last&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background:white;float:left;margin-left:10px;width:250px;color:#444;border:1px solid #BBB;&quot; class=&quot;sortable&quot; id=&quot;demo-sortable2&quot;&gt;
		&lt;div style=&quot;text-align:left;cursor:default;width:240px;background:#BCFFBA;padding:4px;margin:1px;&quot; class=&quot;item&quot;&gt;&lt;span class=&quot;last&quot;&gt;Last&lt;/span&gt;, &lt;span class=&quot;first&quot;&gt;First&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
	&lt;div style=&quot;clear:both;&quot;&gt; &lt;/div&gt;
&lt;/div&gt;
&lt;style&gt;
&lt;p&gt;#interaction-draggable-container {border:1px solid #&lt;span class=&quot;caps&quot;&gt;BBB&lt;/span&gt;;background:white;}&lt;/p&gt;
&lt;/style&gt;
&lt;h3&gt;Source&lt;/h3&gt;
&lt;pre&gt;
&lt;code class=&quot;html&quot;&gt;&amp;lt;div class=&quot;sortable&quot; id=&quot;demo-sortable1&quot;&amp;gt;
	&amp;lt;div class=&quot;item&quot;&amp;gt;&amp;lt;span class=&quot;first&quot;&amp;gt;First&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;last&quot;&amp;gt;Last&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
 &amp;lt;div class=&quot;sortable&quot; id=&quot;demo-sortable2&quot;&amp;gt;
	&amp;lt;div class=&quot;item&quot;&amp;gt;&amp;lt;span class=&quot;last&quot;&amp;gt;Last&amp;lt;/span&amp;gt;, &amp;lt;span class=&quot;first&quot;&amp;gt;First&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;pre&gt;
&lt;code class=&quot;javascript&quot;&gt;$('#sortable1')
	.items([
		{first:'Isaac', last:'Newton'},
		{first:'Johannes', last:'Keppler'},
		{first:'Alessandro', last:'Volta'},
		{first:'Blaise', last:'Pascal'}
	])
	.sortable({accept:'sortable'})
	.chain();
	
$('#sortable2')
	.items([
		{first:'Isaac', last:'Newton'},
		{first:'Johannes', last:'Keppler'},
		{first:'Alessandro', last:'Volta'},
		{first:'Blaise', last:'Pascal'}
	])
	.sortable({accept:'sortable'})
	.chain();
&lt;/code&gt;&lt;/pre&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://code.riiv.net/assets/scripts/wiki-interaction.js&quot;&gt;&lt;/script&gt;&lt;script type=&quot;text/javascript&quot;&gt;MyJQ(function(){demo.multipleSortable();});&lt;/script&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;http://code.riiv.net/assets/scripts/highlight.js&quot;&gt;&lt;/script&gt;</body>
  <created-at type="datetime">2008-08-18T02:03:40-07:00</created-at>
  <id type="integer">46386</id>
  <permalink>demo-multiple-sortable</permalink>
  <repository-id type="integer">42065</repository-id>
  <title>Demo: Multiple Sortable</title>
  <updated-at type="datetime">2008-09-16T09:15:18-07:00</updated-at>
  <user-id type="integer">20353</user-id>
</wiki>
